MyIconNotification constructor
const
MyIconNotification({})
Implementation
const MyIconNotification({
super.key,
required this.iconData,
required this.text,
this.iconColor,
this.padding = const EdgeInsets.all(16),
this.backgroundColor,
});