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