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.
- 
  visibleWhen(bool condition) → Widget 
- 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 NyRow extension Add a divider between each child.widthis the width of the divider.coloris the color of the divider.thicknessis the thickness of the divider.indentis the indent of the divider.endIndentis the endIndent of the divider. Example:
- 
  withGap(double space) → Row 
- Adds a gap between each child.