ghost constant
AbstractButtonStyle
const ghost
Implementation
static const AbstractButtonStyle ghost =
ComponentThemeButtonStyle<GhostButtonTheme>(
fallback: ButtonVariance(
decoration: _buttonGhostDecoration,
mouseCursor: _buttonMouseCursor,
padding: _buttonPadding,
textStyle: _buttonGhostTextStyle,
iconTheme: _buttonGhostIconTheme,
margin: _buttonZeroMargin,
),
);