font14 function

dynamic font14(
  1. Color colorValue
)

Implementation

font14(Color colorValue) {
  return TextStyle(fontSize: 14, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w500);
}