menu
flutter_ui_kit_theme package
documentation
widgets/ds_brand_toggle.dart
DsBrandToggle
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
DsBrand
>
onChanged
final
Called with the other
DsBrand
when the user taps the button.
Implementation
final ValueChanged<DsBrand> onChanged;
flutter_ui_kit_theme package
documentation
widgets/ds_brand_toggle
DsBrandToggle
onChanged property
DsBrandToggle class