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