selectionHandleColor property
Color
get
selectionHandleColor
inherited
The color of the selection handles on the text field.
Defaults to CupertinoColors.systemBlue.
Implementation
@override
Color get selectionHandleColor => super.selectionHandleColor ?? _defaults.selectionHandleColor;