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