MixHelpers class
Class to provide some helpers without conflicting name space with other libraries.
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 Properties
- isWeb → bool
-
no setter
- isWebOverride ↔ bool?
-
getter/setter pair
- targetPlatform → TargetPlatform
-
no setter
- targetPlatformOverride ↔ TargetPlatform?
-
getter/setter pair
Constants
- deepEquality → const DeepCollectionEquality
- lerpDouble → const double? Function(num? a, num? b, double t)
- lerpInt → const int Function(int? a, int? b, double t)
- lerpMatrix4 → const Matrix4? Function(Matrix4? a, Matrix4? b, double t)
-
lerpShadowList
→ const List<
Shadow> ? Function(List<Shadow> ? a, List<Shadow> ? b, double t) -
lerpSnap
→ const P? Function<
P>(P? from, P? to, double t) - lerpStrutStyle → const StrutStyle? Function(StrutStyle? a, StrutStyle? b, double t)
- lerpTextStyle → const TextStyle? Function(TextStyle? a, TextStyle? b, double t)
-
mergeList
→ const List<
T> ? Function<T>(List< T> ? a, List<T> ? b)