menu
flutter_compose_ui_modifiers package
documentation
row.dart
FlutterUIModifiersRow
childrenSet method
childrenSet method
dark_mode
light_mode
childrenSet
method
Row
childrenSet
(
List
<
Widget
>
children
)
Implementation
Row childrenSet(List<Widget> children) { return rebase(children: children); }
flutter_compose_ui_modifiers package
documentation
row
FlutterUIModifiersRow
childrenSet method
FlutterUIModifiersRow extension on
Row