ResponsiveGrid constructor
const
ResponsiveGrid({
- Key? key,
- List<
ResponsiveGridItem> children = const <ResponsiveGridItem>[], - double? gridSpacing,
- bool showHorizontalDivider = false,
- bool showMargin = true,
- bool showTopSpacing = true,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.start,
- bool scrollable = true,
Implementation
const ResponsiveGrid({
super.key,
this.children = const <ResponsiveGridItem>[],
this.gridSpacing,
this.showHorizontalDivider = false,
this.showMargin = true,
this.showTopSpacing = true,
this.mainAxisAlignment = MainAxisAlignment.start,
this.crossAxisAlignment = CrossAxisAlignment.start,
this.scrollable = true,
});