LineIcon.youtube constructor
const
LineIcon.youtube({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for youtube icon Name youtube turns into flutterish youtube
Implementation
const LineIcon.youtube({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.youtube,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);