font19 function
Implementation
font19(Color colorValue) {
return TextStyle(fontSize: 19, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w600);
}
font19(Color colorValue) {
return TextStyle(fontSize: 19, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w600);
}