sizes property
Sizes
Corresponds to the Bootstrap classes: .col-*
Defines the dimensions (in terms of number of columns), depending on the screen width.
Example: sizes: BootstarpColSize(xs: ColSize.col12, md: ColSize.col6)
Implementation
final GridCol sizes;