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