menu
flutter_androssy package
documentation
views/text/view.dart
TextViewController
setTextOverflow method
setTextOverflow method
dark_mode
light_mode
setTextOverflow
method
void
setTextOverflow
(
TextOverflow
?
value
)
Implementation
void setTextOverflow(TextOverflow? value) { onNotifyWithCallback(() => textOverflow = value); }
flutter_androssy package
documentation
views/text/view
TextViewController
setTextOverflow method
TextViewController class