FlexibleGridOptions constructor
FlexibleGridOptions({})
Implementation
FlexibleGridOptions({
required this.customWidth,
required this.customHeight,
required this.rows,
required this.columns,
required this.componentsToRender,
this.backgroundColor = Colors.transparent,
this.showAspect = true,
});