title3 static method

TextStyle title3(
  1. Color color
)

Implementation

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