FlintColumn constructor
FlintColumn({
- required List<
FlintWidget> children, - double gap = 8.0,
- EdgeInsets? padding,
- EdgeInsets? margin,
- String? backgroundColor,
- BoxBorder? border,
- BorderRadius? borderRadius,
- Alignment alignment = Alignment.left,
- bool reverse = false,
Implementation
FlintColumn({
required this.children,
this.gap = 8.0,
this.padding,
this.margin,
this.backgroundColor,
this.border,
this.borderRadius,
this.alignment = Alignment.left,
this.reverse = false,
});