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