ExposureValue class

Constructors

ExposureValue({double minAvailableExposure = 0.0, double maxAvailableExposurer = 0.0, double currentExposure = 0.0})

Properties

currentExposure double
Current exposure Offset
final
hashCode int
The hash code for this object.
no setterinherited
maxAvailableExposurer double
Max available Offset
final
minAvailableExposure double
Min available Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? minAvailableExposure, double? maxAvailableExposurer, double? currentExposure}) ExposureValue
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