menu
flutter_androssy package
documentation
views/settings/view.dart
SettingsViewController
setTitle method
setTitle method
dark_mode
light_mode
setTitle
method
void
setTitle
(
String
?
value
)
Implementation
void setTitle(String? value) { onNotifyWithCallback(() => title = value); }
flutter_androssy package
documentation
views/settings/view
SettingsViewController
setTitle method
SettingsViewController class