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