menu
flutter_yandex_navikit package
documentation
features/settings/settings_section_with_toggle.dart
SettingsSectionWithToggle
SettingsSectionWithToggle.new const constructor
SettingsSectionWithToggle.new const constructor
dark_mode
light_mode
SettingsSectionWithToggle
constructor
const
SettingsSectionWithToggle
(
{
Key
?
key
,
required
String
title
,
void
onChanged
(
bool
value
)?,
})
Implementation
const SettingsSectionWithToggle({ super.key, required this.title, this.onChanged, });
flutter_yandex_navikit package
documentation
features/settings/settings_section_with_toggle
SettingsSectionWithToggle
SettingsSectionWithToggle.new const constructor
SettingsSectionWithToggle class