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