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