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