StackBoardItem class

自定义对象

Implementers
Annotations

Constructors

StackBoardItem({required Widget child, int? id, Future<bool> onDel()?, CaseStyle? caseStyle, Color? color, double? x, double? y, bool tapToEdit = false})
const

Properties

caseStyle CaseStyle?
外框样式
final
child Widget
子控件
final
color Color?
final
hashCode int
The hash code for this object.
no setteroverride
id int?
item id
final
onDel → (Future<bool> Function()?)
移除回调
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapToEdit bool
点击进行编辑
final
x double?
final
y double?
final

Methods

copyWith({int? id, Widget? child, Future<bool> onDel()?, CaseStyle? caseStyle, bool? tapToEdit}) StackBoardItem
对象拷贝
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sameWith(StackBoardItem item) bool
对象比较
toString() String
A string representation of this object.
inherited

Operators

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