menu
flutter_androssy package
documentation
views/navigation/view.dart
NavigationViewController
setTitleColor method
setTitleColor method
dark_mode
light_mode
setTitleColor
method
void
setTitleColor
(
Color
?
value
)
Implementation
void setTitleColor(Color? value) { onNotifyWithCallback(() => titleColor = value); }
flutter_androssy package
documentation
views/navigation/view
NavigationViewController
setTitleColor method
NavigationViewController class