WuiAlertInfo constructor

const WuiAlertInfo(
  1. String? text, {
  2. Key? key,
})

Implementation

const WuiAlertInfo(this.text, { Key? key }) : super(key: key);