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