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