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