font22 function

dynamic font22(
  1. Color colorValue
)

Implementation

font22(Color colorValue) {
  return TextStyle(fontSize: 22, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w700);
}