NyColumn extension
Extensions for Column
- on
Methods
-
expanded(
{Key? key, int flex = 1}) → Expanded - Make a Column Expanded. Example:
-
flexible(
{Key? key, int flex = 1, FlexFit fit = FlexFit.loose}) → Flexible - Make a Column Flexible. Example:
-
paddingOnly(
{double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) → Padding - Add padding to the column.
-
paddingSymmetric(
{double horizontal = 0.0, double vertical = 0.0}) → Padding - Add symmetric padding to the column.
-
withGap(
double space) → Column - Adds a gap between each child.