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

fade double?
淡化比例
final
hashCode int
The hash code for this object.
no setterinherited
margin double?
左右间隔
final
reverse bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double?
缩放比例
final

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