FontConfig constructor

const FontConfig({
  1. String sans = "'Akzidenz-GroteskPro'",
  2. String? heading = "'ITCAvantGardeStd'",
  3. String mono = "'Hack'",
})

Implementation

const FontConfig({
  this.sans = "'Akzidenz-GroteskPro'",
  this.heading = "'ITCAvantGardeStd'",
  this.mono = "'Hack'",
});