ActionsConfig class
操作区域配置
Constructors
-
ActionsConfig.new({List<
ActionItem> items = const [], double spacing = 8.0, EdgeInsets padding = const EdgeInsets.only(right: 16.0), double maxWidth = 200.0, MainAxisAlignment alignment = MainAxisAlignment.end}) -
const
Properties
- alignment → MainAxisAlignment
-
对齐方式
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
ActionItem> -
操作项列表
final
- maxWidth → double
-
最大宽度
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