AnyAlertTextWidget constructor

AnyAlertTextWidget({
  1. Key? key,
  2. Widget? icon,
  3. String? title,
  4. String? text,
  5. AnyAlertTextOptions? options,
})

Implementation

AnyAlertTextWidget({Key? key, this.icon, this.title, this.text, this.options}) : super(key: key);