muted constant

AbstractButtonStyle const muted

Implementation

static const AbstractButtonStyle muted =
    ComponentThemeButtonStyle<MutedButtonTheme>(
  fallback: ButtonVariance(
    decoration: _buttonTextDecoration,
    mouseCursor: _buttonMouseCursor,
    padding: _buttonPadding,
    textStyle: _buttonMutedTextStyle,
    iconTheme: _buttonMutedIconTheme,
    margin: _buttonZeroMargin,
  ),
);