NyColumn extension

Extensions for Column

on

Methods

expanded({Key? key, int flex = 1}) Expanded

Available on Column, provided by the NyColumn extension

Make a Column Expanded. Example:
flexible({Key? key, int flex = 1, FlexFit fit = FlexFit.loose}) Flexible

Available on Column, provided by the NyColumn extension

Make a Column Flexible. Example:
paddingOnly({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) Padding

Available on Column, provided by the NyColumn extension

Add padding to the column.
paddingSymmetric({double horizontal = 0.0, double vertical = 0.0}) Padding

Available on Column, provided by the NyColumn extension

Add symmetric padding to the column.
withGap(double space) Column

Available on Column, provided by the NyColumn extension

Adds a gap between each child.