WuiTextHeading5 constructor

const WuiTextHeading5(
  1. String text, {
  2. Key? key,
  3. TextStyle? textStyle,
  4. TextAlign? textAlign,
})

Implementation

const WuiTextHeading5(String text, { Key? key, this.textStyle, this.textAlign })
  : this.text = text, super(key: key);