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