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