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