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