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