AlertInfoWidget constructor

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

Implementation

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