getStyle method

TextStyle getStyle()

Returns the style of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

TextStyle getStyle() {
  return getDiagnosticProp<TextStyle>('style');
}