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