Sensitivity class

Sensitivity corresponds to a tolerance amount at either the start or end of a scrollable wrapped in Curtains.

Mixed in types

Constructors

Sensitivity(double start, double end)
Sensitivity corresponds to a tolerance amount at either the start or end of a scrollable wrapped in Curtains.
const
Sensitivity.all(double sensitivity)
Sensitivity corresponds to a tolerance amount at either the start or end of a scrollable wrapped in Curtains.
const
Sensitivity.only({double start = 0.0, double end = 0.0})
Sensitivity corresponds to a tolerance amount at either the start or end of a scrollable wrapped in Curtains.
const

Properties

end double
A double that corresponds to a tolerance amount in logical pixles at either the start or end of a scrollable wrapped in Curtains.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double
A double that corresponds to a tolerance amount in logical pixles at either the start or end of a scrollable wrapped in Curtains.
final

Methods

copyWith({double? start, double? end}) Sensitivity
📋 Provides a copy of this Sensitivity with either or both parameters replacing those of this.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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

Constants

none → const Sensitivity
Preset start and end values of 10.0.
preset10 → const Sensitivity
Preset start and end values of 10.0.
preset25 → const Sensitivity
Preset start and end values of 25.0.
preset50 → const Sensitivity
Preset start and end values of 50.0.
preset100 → const Sensitivity
Preset start and end values of 100.0.