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