ButtonFontSize constructor

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

Implementation

const ButtonFontSize({
  this.xs = 14,
  this.sm = 14,
  this.md = 16,
  this.lg = 20,
  this.xl = 24,
});