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