font20 function

dynamic font20(
  1. Color colorValue
)

Implementation

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