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