font13 function

dynamic font13(
  1. Color colorValue
)

Implementation

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