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