|
|
|
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using UnityEngine; |
|
|
|
using Color = UIWidgets.ui.Color; |
|
|
|
|
|
|
|
namespace UIWidgets.widgets { |
|
|
|
public class DecoratedBox : SingleChildRenderObjectWidget { |
|
|
|
|
|
|
Key key = null, |
|
|
|
Alignment alignment = null, |
|
|
|
EdgeInsets padding = null, |
|
|
|
Color color = null, |
|
|
|
ui.Color color = null, |
|
|
|
Decoration decoration = null, |
|
|
|
Decoration forgroundDecoration = null, |
|
|
|
double width = 0.0, |
|
|
|