TextSelectionThemeData constructor
const
TextSelectionThemeData({})
Creates the set of properties used to configure TextFields.
Implementation
const TextSelectionThemeData({this.cursorColor, this.selectionColor, this.selectionHandleColor});