font18 function

dynamic font18(
  1. Color colorValue
)

Implementation

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