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