paragraph1Underlined static method

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

Implementation

static TextStyle paragraph1Underlined({Color color = _defaultColor}) => _style(_weight.regular, 16, 16 * 1.6, underlined: true, color);