DynamicColumnLayout constructor
const
DynamicColumnLayout({
- Key? key,
- required List<
Widget> children, - double spacing = 20.0,
- double runSpacing = 20.0,
- double width = 300.0,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.start,
- MainAxisAlignment? mainAxisAlignment,
- List<
double> ? widgetWidths, - List<
int> ? widgetRatios, - int? widgetsPerRow,
- List<
List< ? widgetRatiosMobile,int> > - num? mobileBreakpoint,
- String? title,
- Widget? subtitle,
Implementation
const DynamicColumnLayout(
{super.key,
required this.children,
this.spacing = 20.0,
this.runSpacing = 20.0,
this.width = 300.0,
this.crossAxisAlignment = CrossAxisAlignment.start,
this.mainAxisAlignment,
this.widgetWidths,
this.widgetRatios,
this.widgetsPerRow,
this.widgetRatiosMobile,
this.mobileBreakpoint,
this.title,
this.subtitle});