getShowCursor method

bool getShowCursor()

Returns the showCursor of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

bool getShowCursor() {
  return getDiagnosticProp<bool>('showCursor');
}