getCursorColor method

Color getCursorColor()

Returns the cursorColor of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

Color getCursorColor() {
  return getDiagnosticProp<Color>('cursorColor');
}