NyColumnExt extension
Extensions for Column
- on
Methods
-
expanded(
{Key? key, int flex = 1}) → Expanded -
Available on Column, provided by the NyColumnExt extension
Make a Column Expanded. -
flexible(
{Key? key, int flex = 1, FlexFit fit = FlexFit.loose}) → Flexible -
Available on Column, provided by the NyColumnExt extension
Make a Column Flexible. -
paddingOnly(
{double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) → Padding -
Available on Column, provided by the NyColumnExt extension
Add padding to the column. -
paddingSymmetric(
{double horizontal = 0.0, double vertical = 0.0}) → Padding -
Available on Column, provided by the NyColumnExt extension
Add symmetric padding to the column. -
visibleWhen(
bool condition) → Widget -
Available on Column, provided by the NyColumnExt extension
Make a widget visible when a condition is true. -
withGap(
double space) → Column -
Available on Column, provided by the NyColumnExt extension
Adds a gap between each child.