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