getStyle method

FontStyle getStyle()

Returns the style of the matched EditableText via Widget.toDiagnosticsNode

Implementation

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