title1 static method

TextStyle title1(
  1. Color color
)

Implementation

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