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