AnimatedFaceDetection class

Properties

contourDotColor Color?
no setter
contourDotRadius double?
no setter
contourLineColor Color?
no setter
contourLineWidth double?
no setter
dashGap double
no setter
dashLength double
no setter
displayDash bool
no setter
displayDots bool
no setter
displayLines bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeAreaPadding EdgeInsets
no setter
thresholdConfig List<DetectionThreshold>
no setter

Methods

configure({required List<DetectionThreshold> thresholds, Color lineColor = Colors.blue, Color dotColor = Colors.blue, double lineWidth = 1.6, double dotSize = 2.0, bool displayLines = true, bool displayDots = true, List<double>? dashValues}) → void
faceDetect(BuildContext context, {required DetectionConfig config, required DetectionStyle style}) Future<CapturedImage?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance AnimatedFaceDetection
final