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