RCKSlidableConfig class

侧滑操作配置

Constructors

RCKSlidableConfig.new({bool enabled = true, List<RCKSlidableActionConfig>? actions})

Properties

actions List<RCKSlidableActionConfig>
侧滑按钮
final
effectiveActions List<RCKSlidableActionConfig>
获取有效的侧滑按钮数量(限制在1-3个之间)
no setter
enabled bool
是否启用侧滑
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extentRatio(BuildContext context) double
获取有效的侧滑按钮数量(限制在1-3个之间)
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