FlintSimpleColumn constructor
FlintSimpleColumn({
- required List<
FlintWidget> children, - double gap = 16.0,
- EdgeInsets? padding,
- EdgeInsets? margin,
- String? backgroundColor,
- BoxBorder? border,
- BorderRadius? borderRadius,
- String alignment = 'left',
Implementation
FlintSimpleColumn({
required this.children,
this.gap = 16.0,
this.padding,
this.margin,
this.backgroundColor,
this.border,
this.borderRadius,
this.alignment = 'left',
});