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