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