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