AlertVerticalWidget constructor

AlertVerticalWidget(
  1. String text, {
  2. IconData? iconData = Icons.info_outline,
  3. AlertType type = AlertType.INFO,
  4. bool raised = false,
  5. double iconSize = 64,
  6. double margin = 10,
})

Implementation

AlertVerticalWidget(this.text,
    {this.iconData = Icons.info_outline,
    this.type: AlertType.INFO,
    this.raised: false,
    this.iconSize: 64,
    this.margin: 10});