footerStyle function
Implementation
TextStyle footerStyle({double fontSize = 10.0}) =>
GoogleFonts.notoSans(fontSize: fontSize, color: footerTextColor());
TextStyle footerStyle({double fontSize = 10.0}) =>
GoogleFonts.notoSans(fontSize: fontSize, color: footerTextColor());