responsive_toolkit library
Classes
-
BaseBreakpoints<
T> - A set of breakpoints and associated values.
-
Breakpoints<
T> - A set of breakpoints and associated values.
-
Composable<
T> - A composable object allowing multiple defitions to be "stacked" where defined properties override existing properties.
- FluidText
- 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
. - ResponsiveConstraintLayout
- A Widget that chooses another Widget to display based on the max constraint on axis
- ResponsiveLayout
- A Widget that chooses another Widget to display based on the screen size.
- 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.