font15 function

dynamic font15(
  1. Color colorValue
)

Implementation

font15(Color colorValue) {
  return TextStyle(fontSize: 16, fontFamily: otherFont, color: colorValue, fontWeight: FontWeight.w400);
}