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