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