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