font14 function
Implementation
font14(Color colorValue) {
return TextStyle(fontSize: 14, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w500);
}
font14(Color colorValue) {
return TextStyle(fontSize: 14, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w500);
}