FontNotifier constructor

FontNotifier(
  1. GetFont _getFont,
  2. SaveFont _saveFont
)

Implementation

FontNotifier(this._getFont, this._saveFont)
    : super(
        GoogleFonts.michroma(
          textStyle: const TextStyle(fontSize: 96, fontWeight: FontWeight.bold),
        ),
      ) {
  _loadFont();
}