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