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