font24 function

dynamic font24(
  1. Color colorValue
)

Implementation

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