WuiTextHeading4 constructor

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

Implementation

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