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