header2 static method

TextStyle header2({
  1. Color color = _defaultColor,
})

Implementation

static TextStyle header2({Color color = _defaultColor}) => _style(_weight.semiBold, 20, 26, color);