menu
iconoir_flutter package
documentation
regular/app_notification.dart
AppNotification
AppNotification const constructor
AppNotification const constructor
dark_mode
light_mode
AppNotification
constructor
const
AppNotification
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const AppNotification({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/app_notification
AppNotification
AppNotification const constructor
AppNotification class