title4 static method

TextStyle title4(
  1. Color color
)

Implementation

static TextStyle title4(Color color) {
  return TextStyle(fontSize: 21.0, fontWeight: FontWeight.w600, color: color);
}