responsive_grid library
Classes
-
Composable<
T> - A composable object allowing multiple defitions to be "stacked" where defined properties override existing properties.
- ResponsiveColumn
- A definition of a column's layout and child for use in ResponsiveRow.
- ResponsiveColumnConfig
-
A collection of ResponsiveColumn properties intended for use with
Breakpoints
. - ResponsiveRow
- A series of ResponsiveColumn which lays out left to right, top to bottom, while wrapping columns based on their responsive grid properties.
Enums
- ResponsiveAlignment
- How ResponsiveRow should align objects.
- ResponsiveColumnType
- A type of responsive column to determine layout in a ResponsiveRow.
- ResponsiveCrossAlignment
-
How
Responsive
should align columns within a run in the cross axis.