HVFaceCapturePadding class

Represents the padding values for face capture.

Constructors

HVFaceCapturePadding({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0})
Creates an instance of HVFaceCapturePadding with the specified padding values.

Properties

bottom double
The amount of padding on the bottom side.
final
hashCode int
The hash code for this object.
no setterinherited
left double
The amount of padding on the left side.
final
The amount of padding on the right side.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
The amount of padding on the top side.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the HVFaceCapturePadding object to a map.
toString() String
A string representation of this object.
inherited

Operators

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