ScaleTransform class
- Inheritance
-
- Object
- TabBarTransform
- ScaleTransform
Constructors
- ScaleTransform({TabBarTransform? transform, TransformBuilder? builder, double maxScale = 1.2})
Properties
- builder ↔ TransformBuilder?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxScale ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale ↔ double
-
getter/setter pair
- transform ↔ TabBarTransform?
-
getter/setter pairinherited
Methods
-
build(
BuildContext context, int index, ScrollProgress info) → Widget -
override
-
calculate(
int index, ScrollProgress info) → void -
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