fixed constant
AbstractButtonStyle
const fixed
Implementation
static const AbstractButtonStyle fixed =
ComponentThemeButtonStyle<FixedButtonTheme>(
fallback: ButtonVariance(
decoration: _buttonTextDecoration,
mouseCursor: _buttonMouseCursor,
padding: _buttonPadding,
textStyle: _buttonStaticTextStyle,
iconTheme: _buttonStaticIconTheme,
margin: _buttonZeroMargin,
),
);