hint static method

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

Implementation

static TextStyle hint({Color color = _defaultColor}) => _style(_weight.regular, 10, 16, color);