IconToastWidget constructor
IconToastWidget({})
Implementation
IconToastWidget({
this.key,
this.backgroundColor,
this.textWidget,
this.message = '',
this.height,
this.width,
required this.icon,
required this.assetName,
this.padding,
}) : super(key: key);