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