FlutstrapGrid constructor
const
FlutstrapGrid({
- Key? key,
- required List<
Widget> children, - bool fluid = false,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? color,
- Decoration? decoration,
- AlignmentGeometry? alignment,
- double? rowGap,
Implementation
const FlutstrapGrid({
super.key,
required this.children,
this.fluid = false,
this.padding,
this.margin,
this.color,
this.decoration,
this.alignment,
this.rowGap,
});