offsets property

GridOffset offsets
final

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

Corresponds to the Bootstrap classes: .offset-*

Example: offsets: GridColSize(xs: ColSize.col0, sm: ColSize.col1, md: ColSize.col2)

Implementation

final GridOffset offsets;