SelectableTextTheme constructor
const
SelectableTextTheme({
- double? cursorWidth,
- double? cursorHeight,
- Radius? cursorRadius,
- Color? cursorColor,
- BoxHeightStyle? selectionHeightStyle,
- BoxWidthStyle? selectionWidthStyle,
- bool? enableInteractiveSelection,
Theme data for SelectableText to customize cursor and selection behavior.
Implementation
const SelectableTextTheme({
this.cursorWidth,
this.cursorHeight,
this.cursorRadius,
this.cursorColor,
this.selectionHeightStyle,
this.selectionWidthStyle,
this.enableInteractiveSelection,
});