NyRowExt extension

Extensions for Row

on

Methods

paddingOnly({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) Padding

Available on Row, provided by the NyRowExt extension

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

Available on Row, provided by the NyRowExt extension

Add symmetric padding to the row.
visibleWhen(bool condition) Widget

Available on Row, provided by the NyRowExt extension

Make a widget visible when a condition is true.
withDivider({double width = 1, Color? color, double thickness = 1, double indent = 0, double endIndent = 0}) IntrinsicHeight

Available on Row, provided by the NyRowExt extension

Add a divider between each child.
withGap(double space) Row

Available on Row, provided by the NyRowExt extension

Adds a gap between each child.