M3EButtonFontSize constructor
const
M3EButtonFontSize({})
Creates button label sizes for each expressive size step.
Implementation
const M3EButtonFontSize({
this.xs = 14,
this.sm = 14,
this.md = 16,
this.lg = 20,
this.xl = 24,
});