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