title5 static method

TextStyle title5(
  1. Color color
)

Implementation

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