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