displayButtonText static method
Implementation
static TextStyle displayButtonText(BuildContext context, Color color) {
return GoogleFonts.workSans(
fontSize: isiPad ? 22 : 16, fontWeight: FontWeight.w400, color: color);
}
static TextStyle displayButtonText(BuildContext context, Color color) {
return GoogleFonts.workSans(
fontSize: isiPad ? 22 : 16, fontWeight: FontWeight.w400, color: color);
}