font16 function

dynamic font16(
  1. Color colorValue
)

Implementation

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