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