TextStyle small({double fontSize = 10.0, bold = true}) => GoogleFonts.notoSans( fontSize: fontSize, fontWeight: bold ? FontWeight.bold : FontWeight.normal, color: mainTextColor());