H6 constructor

const H6(
  1. {Key key,
  2. FontWeight fontWeight,
  3. Color color,
  4. String text}
)

Implementation

const H6({Key key, this.fontWeight, this.color, this.text}) : super(key: key);