FxNotificationIcon constructor
FxNotificationIcon({})
Implementation
FxNotificationIcon({
super.key,
this.onPressed,
this.iconBuilder,
this.size,
this.offset = const Offset(0, 0),
this.iconColor,
this.backgroundColor,
this.foregroundColor,
});