offsets property

String offsets
final

Offsets (= number of columns) to push this Widget to the right

Corresponds to the Bootstrap classes: .offset-*

Example: offsets: 'offset-0 offset-sm-1 offset-md-2 offset-lg-3 offset-xl-4'

Implementation

final String offsets;