ScaleBuilder class
Scale transition builder.
- Inheritance
-
- Object
- TransitionContainerBuilder<
double> - ScaleBuilder
Constructors
- ScaleBuilder({required Curve curve, required Widget child})
- Create scale builder
Properties
Methods
-
animation(
AnimationController controller) → Animation -
Animation used for widget.
override
-
build(
Animation< double> animation) → Widget -
Return animated widget with provided animation.
override
-
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