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