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