colXl property
int
get
colXl
Columns for extra large screens.
Implementation
int get colXl {
return _colXl ?? _getMinCols(Breakpoint.xl) ?? 3;
}
Columns for extra large screens.
int get colXl {
return _colXl ?? _getMinCols(Breakpoint.xl) ?? 3;
}