getSelectionColor method

Color getSelectionColor()

Returns the selectionColor of the matched AnyText via Widget.toDiagnosticsNode

Implementation

Color getSelectionColor() {
  return getDiagnosticProp<Color>('selectionColor');
}