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