font13 function
Implementation
font13(Color colorValue) {
return TextStyle(fontSize: 13, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w400);
}
font13(Color colorValue) {
return TextStyle(fontSize: 13, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w400);
}