TDPageTransformer class
TD默认PageTransformer
Constructors
- TDPageTransformer({double? fade, double? scale, double? margin})
- TDPageTransformer.margin({double? margin = 6.0})
- 普通margin的卡片式
- TDPageTransformer.scaleAndFade({double? fade = 1, double? scale = 0.8})
- 缩放或透明的卡片式
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
Widget item, TransformInfo info) → Widget - Return a transformed widget, based on child and TransformInfo
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited