menu
flutter_state_controller package
documentation
state_controller.dart
RxList<T>
mapToWidgets method
mapToWidgets method
dark_mode
light_mode
mapToWidgets
method
List
<
Widget
>
mapToWidgets
(
Widget
toWidget
(
T
)
)
Implementation
List<Widget> mapToWidgets(Widget Function(T) toWidget) => _value.map((i) => toWidget(i)).toList();
flutter_state_controller package
documentation
state_controller
RxList<T>
mapToWidgets method
RxList class