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
Add padding to the row.
paddingSymmetric({double horizontal = 0.0, double vertical = 0.0}) Padding
Add symmetric padding to the row.
withDivider({double width = 1, Color? color, double thickness = 1, double indent = 0, double endIndent = 0}) IntrinsicHeight
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
Adds a gap between each child.