H5 constructor
- {Key key,
- FontWeight fontWeight,
- Color color,
- String text}
Implementation
const H5({Key key, this.fontWeight, this.color, this.text}) : super(key: key);
const H5({Key key, this.fontWeight, this.color, this.text}) : super(key: key);