menu
flutter_androssy package
documentation
views/text/view.dart
TextViewController
setSuffixTextAllCaps method
setSuffixTextAllCaps method
dark_mode
light_mode
setSuffixTextAllCaps
method
void
setSuffixTextAllCaps
(
bool
value
)
Implementation
void setSuffixTextAllCaps(bool value) { onNotifyWithCallback(() => suffixTextAllCaps = value); }
flutter_androssy package
documentation
views/text/view
TextViewController
setSuffixTextAllCaps method
TextViewController class