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