font12 function

dynamic font12(
  1. Color colorValue
)

Implementation

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