RatioConfigurator class abstract

Represents how the ratio should changes.

Constructors

RatioConfigurator()

Properties

extentRatio → double
The total extent ratio of this configurator.
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

Methods

handleEndGestureChanged() → void
A method to call when the end gesture changed.
normalizeRatio(double ratio) → double
Makes sure the given ratio is between the bounds.
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