EzFontSetting constructor

const EzFontSetting({
  1. Key? key,
})

Standardized tool for updating the fontFamilyKey in EzConfig EzFontSetting options are built from googleStyles

Implementation

const EzFontSetting({Key? key}) : super(key: key);