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