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