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