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