footerStyle function

TextStyle footerStyle({
  1. double fontSize = 10.0,
})

Implementation

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