fixed constant
AbstractButtonStyle
const fixed
Fixed button variant with consistent dimensions.
Features fixed sizing regardless of content, suitable for icon buttons.
Implementation
static const AbstractButtonStyle fixed =
ComponentThemeButtonStyle<FixedButtonTheme>(
fallback: ButtonVariance(
decoration: _buttonTextDecoration,
mouseCursor: _buttonMouseCursor,
padding: _buttonPadding,
textStyle: _buttonStaticTextStyle,
iconTheme: _buttonStaticIconTheme,
margin: _buttonZeroMargin,
),
);