font17 function

dynamic font17(
  1. Color colorValue
)

Implementation

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