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