FlutterUIModifiersRow extension
- on
Methods
-
childrenSet(
List< Widget> children) → Row -
Available on Row, provided by the FlutterUIModifiersRow extension
-
rebase(
{MainAxisAlignment? mainAxisAlignment, MainAxisSize? mainAxisSize, CrossAxisAlignment? crossAxisAlignment, List< Widget> ? children, TextDirection? textDirection, VerticalDirection? verticalDirection, TextBaseline? textBaseline}) → Row -
Available on Row, provided by the FlutterUIModifiersRow extension
Internal modifier for modifying final properties. -
set(
List< Widget> children) → Row -
Available on Row, provided by the FlutterUIModifiersRow extension
-
setCrossAxisAlignment(
CrossAxisAlignment value) → Row -
Available on Row, provided by the FlutterUIModifiersRow extension
-
setMainAxisAlignment(
MainAxisAlignment value) → Row -
Available on Row, provided by the FlutterUIModifiersRow extension