copyWith abstract method
StackItem<T>
copyWith({
- Size? size,
- Offset? offset,
- double? angle,
- StackItemStatus? status,
- bool? lockZOrder,
- T? content,
Update content and return new instance
Implementation
StackItem<T> copyWith({
Size? size,
Offset? offset,
double? angle,
StackItemStatus? status,
bool? lockZOrder,
T? content,
});