Functions class
Holds a list of constants used within the application
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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 Methods
-
animateOver(
double value, {double percent = 1.0}) → double - Only displays a value over its final percentage. The final split is outputted in values
-
animateOverFirst(
double value, {double percent = 1.0}) → double - Only displays a value over its final percentage. The final split is outputted in values
-
animateRange(
double value, {double start = 0.0, double end = 1.0}) → double -
hapticSwipeVibrate(
) → void - Sends out many haptic events to simulate a complex haptic vibration, done when swipe card is swiped
-
inMargin(
double? value, double? start, double? margin) → bool - Dtermines if a value is between a marginal range from the value
-
isWithin(
double? value, double? start, double? end) → bool - Dtermines if a value is between a range