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