font16SemiBold function

dynamic font16SemiBold(
  1. Color colorValue
)

Implementation

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