RCKActionsConfig class

右侧操作按钮配置

Constructors

RCKActionsConfig.new({List<RCKActionItem> items = const [], double spacing = 8.0, EdgeInsets padding = const EdgeInsets.only(right: 16.0)})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<RCKActionItem>
操作按钮列表
final
padding EdgeInsets
内边距
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing 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

Operators

operator ==(Object other) bool
The equality operator.
inherited