font24 function
Implementation
font24(Color colorValue) {
return TextStyle(fontSize: 24, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w700);
}
font24(Color colorValue) {
return TextStyle(fontSize: 24, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w700);
}