NyRow 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 NyRow extension

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

Available on Row, provided by the NyRow extension

Add symmetric padding to the row.
withDivider({double width = 1, Color? color, double thickness = 1, double indent = 0, double endIndent = 0}) IntrinsicHeight

Available on Row, provided by the NyRow extension

Add a divider between each child. width is the width of the divider. color is the color of the divider. thickness is the thickness of the divider. indent is the indent of the divider. endIndent is the endIndent of the divider. Example:
withGap(double space) Row

Available on Row, provided by the NyRow extension

Adds a gap between each child.