BiCurveExtension extension

all, ... intervalOf, ... invert, ...

on

Properties

invert → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

invert, interval intervalForward, intervalReverse
no setter

Methods

interval(double begin, double end, [bool flipForward = false, bool flipReverse = false]) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

intervalForward(double begin, double end, [bool flip = false]) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

intervalReverse(double begin, double end, [bool flip = false]) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

Static Methods

applyIntervalToEnd(double begin) → Applier<(Curve, Curve)>

Available on (Curve, Curve), provided by the BiCurveExtension extension

applyIntervalToEnd
flip(Curve curve) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

flip, flipIntervalOf flipIntervalForwardOf, flipIntervalReverseOf
flipIntervalForwardOf(Curve curve, double begin, double end) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

flipIntervalOf(Curve curve, double begin, double end) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

flipIntervalReverseOf(Curve curve, double begin, double end) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

intervalForwardOf(Curve curve, double begin, double end) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

intervalOf(Curve curve, double begin, double end) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

intervalOf, intervalForwardOf, intervalReverseOf flip, flipIntervalOf flipIntervalForwardOf, flipIntervalReverseOf
intervalReverseOf(Curve curve, double begin, double end) → (Curve, Curve)

Available on (Curve, Curve), provided by the BiCurveExtension extension

Constants

all → const List<(Curve, Curve)>
all.length == 43, see https://api.flutter.dev/flutter/animation/Curves-class.html?gclid=CjwKCAiA-bmsBhAGEiwAoaQNmg9ZfimSGJRAty3QNZ0AA32ztq51qPlJfFPBsFc5Iv1n-EgFQtULyxoC8q0QAvD_BwE&gclsrc=aw.ds
bounceIn → const (Curve, Curve)
bounceInOut → const (Curve, Curve)
bounceOut → const (Curve, Curve)
decelerate → const (Curve, Curve)
ease → const (Cubic, Cubic)
easeIn → const (Cubic, Cubic)
easeInBack → const (Cubic, Cubic)
easeInCirc → const (Cubic, Cubic)
easeInCubic → const (Cubic, Cubic)
easeInExpo → const (Cubic, Cubic)
easeInOut → const (Cubic, Cubic)
easeInOutBack → const (Cubic, Cubic)
easeInOutCirc → const (Cubic, Cubic)
easeInOutCubic → const (Cubic, Cubic)
easeInOutCubicEmphasized → const (ThreePointCubic, ThreePointCubic)
easeInOutExpo → const (Cubic, Cubic)
easeInOutQuad → const (Cubic, Cubic)
easeInOutQuart → const (Cubic, Cubic)
easeInOutQuint → const (Cubic, Cubic)
easeInOutSine → const (Cubic, Cubic)
easeInQuad → const (Cubic, Cubic)
easeInQuart → const (Cubic, Cubic)
easeInQuint → const (Cubic, Cubic)
easeInSine → const (Cubic, Cubic)
easeInToLinear → const (Cubic, Cubic)
easeOut → const (Cubic, Cubic)
easeOutBack → const (Cubic, Cubic)
easeOutCirc → const (Cubic, Cubic)
easeOutCubic → const (Cubic, Cubic)
easeOutExpo → const (Cubic, Cubic)
easeOutQuad → const (Cubic, Cubic)
easeOutQuart → const (Cubic, Cubic)
easeOutQuint → const (Cubic, Cubic)
easeOutSine → const (Cubic, Cubic)
elasticIn → const (ElasticInCurve, ElasticInCurve)
elasticInOut → const (ElasticInOutCurve, ElasticInOutCurve)
elasticOut → const (ElasticOutCurve, ElasticOutCurve)
fastEaseInToSlowEaseOut → const (ThreePointCubic, ThreePointCubic)
fastLinearToSlowEaseIn → const (Cubic, Cubic)
fastOutSlowIn → const (Cubic, Cubic)
linear → const (Curve, Curve)
linearToEaseOut → const (Cubic, Cubic)
slowMiddle → const (Cubic, Cubic)