easy_layout library

Classes

EasyLayout
Sets a layout system with spacings for child widgets.
EasyLayoutAuto
A widget that displays its children in a horizontal or vertical array like a Row or Column widgets, but with spacing and change the horizontal to vertical layout when changing the screen width.
EasyLayoutColumn
A widget that displays its children in a vertical array like a Column widget, but with vertical spacing.
EasyLayoutDivider
A thin line widget that takes up a fixed amount of space around the line.
EasyLayoutFlexible
A widget that controls how a child of a EasyLayoutRow or EasyLayoutAuto flexes.
EasyLayoutFluid
EasyLayoutFluid is like a Wrap with a fluid layout algorithm.
EasyLayoutRow
A widget that displays its children in a horizontal array like a Row widget, but with vertical spacing and expanding the children (optional).
EasyLayoutScope
Scope of EasyLayout containing values for horizontal and vertical spacing. Can be accessed using EasyLayout.of (context).
EasyLayoutSpacing
A widget that takes a fixed amount of space in the direction of its parent.
Fluidable
A widget that controls how a child in Fluid shares space with its siblings.