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