currentFont property
Implementation
ValueNotifier<FontConfig> currentFont = ValueNotifier<FontConfig>(
FontConfig(
source: AppFontSource.google,
googleFont: ([base]) => GoogleFonts.montserrat(textStyle: base),
),
);
ValueNotifier<FontConfig> currentFont = ValueNotifier<FontConfig>(
FontConfig(
source: AppFontSource.google,
googleFont: ([base]) => GoogleFonts.montserrat(textStyle: base),
),
);