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