M3EButtonFontSize constructor

const M3EButtonFontSize({
  1. double xs = 14,
  2. double sm = 14,
  3. double md = 16,
  4. double lg = 20,
  5. double xl = 24,
})

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,
});