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