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