Container constructor
Container({
- required List<
FlintWidget> children, - BoxConstraints? constraints,
- EdgeInsets? padding,
- EdgeInsets? margin,
- String? backgroundColor,
- BoxBorder? border,
- BorderRadius? borderRadius,
- BoxShadow? shadow,
- BoxAlignment alignment = BoxAlignment.start,
- BoxDecoration? decoration,
- String? xData,
- String? xInit,
- String? xShow,
- Map<
String, String> ? xBind, - Map<
String, String> ? xOn, - String? xText,
- String? xHtml,
- String? xModel,
- String? xModelable,
- String? xFor,
- String? xTransition,
- String? xEffect,
- bool? xIgnore,
- String? xRef,
- bool? xCloak,
- String? xTeleport,
- bool? xIf,
- String? xId,
Implementation
Container({
required this.children,
this.constraints,
this.padding,
this.margin,
this.backgroundColor,
this.border,
this.borderRadius,
this.shadow,
this.alignment = BoxAlignment.start,
this.decoration,
super.xData,
super.xInit,
super.xShow,
super.xBind,
super.xOn,
super.xText,
super.xHtml,
super.xModel,
super.xModelable,
super.xFor,
super.xTransition,
super.xEffect,
super.xIgnore,
super.xRef,
super.xCloak,
super.xTeleport,
super.xIf,
super.xId,
});