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