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