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