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