colSm property
int
get
colSm
Columns for small screens.
Implementation
int get colSm {
return _colSm ?? _getMinCols(Breakpoint.sm) ?? 12;
}
Columns for small screens.
int get colSm {
return _colSm ?? _getMinCols(Breakpoint.sm) ?? 12;
}