H5 constructor

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

Implementation

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