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