ButtonStyle.menubar constructor
const
ButtonStyle.menubar({
Creates a menubar button style for menubar items.
Menubar buttons are optimized for horizontal menu bars with appropriate padding and hover effects.
Implementation
const ButtonStyle.menubar({
this.size = ButtonSize.normal,
this.density = ButtonDensity.normal,
this.shape = ButtonShape.rectangle,
}) : variance = ButtonVariance.menubar;