getCursorWidth method

double getCursorWidth()

Returns the cursorWidth of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

double getCursorWidth() {
  return getDiagnosticProp<double>('cursorWidth');
}