displayLargeAndBold static method
Implementation
static TextStyle displayLargeAndBold(BuildContext context, Color color) {
return GoogleFonts.workSans(
fontSize: 25, fontWeight: FontWeight.bold, color: color);
}
static TextStyle displayLargeAndBold(BuildContext context, Color color) {
return GoogleFonts.workSans(
fontSize: 25, fontWeight: FontWeight.bold, color: color);
}