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