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