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