sizes property

String sizes
final

Sizes

Corresponds to the Bootstrap classes: .col-*

Defines the dimensions (in terms of number of columns), depending on the screen width.

Example: sizes: 'col-12 col-sd-12 col-md-6 col-lg-4 col-xl-4'

Implementation

final String sizes;