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