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