menu
flutter_androssy package
documentation
views/linear_layout/view.dart
LinearLayoutController
setChildren method
setChildren method
dark_mode
light_mode
setChildren
method
void
setChildren
(
List
<
Widget
>
value
)
Implementation
void setChildren(List<Widget> value) { onNotifyWithCallback(() => children = value); }
flutter_androssy package
documentation
views/linear_layout/view
LinearLayoutController
setChildren method
LinearLayoutController class