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