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