PullDownPopConfig class
下拉关闭配置
Constructors
- PullDownPopConfig.new({double? triggerScale, double? bgColorMinOpacity, double? contentMinScale, double? changeRate})
-
const
Properties
- bgColorMinOpacity → double
-
背景色最小透明度
取值范围:
0.0, 1.0
final - changeRate → double
-
下拉时图片大小、背景色透明度变化的快慢
取值范围:(0.0~1.0],值越小变化越快
final
- contentMinScale → double
-
下拉时内容缩小的最小比例
取值范围:(0.0~1.0]
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- triggerScale → double
-
触发pop的下拉距离占全屏的比例
取值范围:(0.0, 1.0)
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited