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