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