font19 function

dynamic font19(
  1. Color colorValue
)

Implementation

font19(Color colorValue) {
  return TextStyle(fontSize: 19, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w600);
}