getStyle method

ButtonStyle getStyle()

Returns the style of the matched TextButton via Widget.toDiagnosticsNode

Implementation

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