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