XCustomStatic constructor
const
XCustomStatic(- {Key key,
- double width,
- List<BoxShadow> boxShadow,
- EdgeInsetsGeometry padding,
- double rounded,
- Function onTap,
- EdgeInsetsGeometry margin,
- Widget title,
- @required Widget value,
- double spaceHeight = 10.0,
- Color bgColor = Colors.white,
- Widget child}
)
Implementation
const XCustomStatic(
{Key key,
this.width,
this.boxShadow,
this.padding,
this.rounded,
this.onTap,
this.margin,
this.title,
@required this.value,
this.spaceHeight = 10.0,
this.bgColor = Colors.white,
this.child})
: super(key: key);