title2 static method

TextStyle title2(
  1. Color color
)

Implementation

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