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