menu
flutter_tailwind_ui package
documentation
flutter_tailwind_ui.dart
TSwitchGroup<T>
initialValue property
initialValue property
dark_mode
light_mode
initialValue
property
List
<
T
>
initialValue
final
The value of the switch group.
Implementation
final List<T> initialValue;
flutter_tailwind_ui package
documentation
flutter_tailwind_ui
TSwitchGroup<T>
initialValue property
TSwitchGroup class