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