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