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 - 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 - Add a divider between each child.
-
withGap(
double space) → Row - Adds a gap between each child.