colLg property
int
get
colLg
Columns for large screens.
Implementation
int get colLg {
return _colLg ?? _getMinCols(Breakpoint.lg) ?? 6;
}
Columns for large screens.
int get colLg {
return _colLg ?? _getMinCols(Breakpoint.lg) ?? 6;
}