DeleteLastItemAction constructor
DeleteLastItemAction(
- bool shouldDelete(),
- VoidCallback onDelete
Implementation
DeleteLastItemAction(this.shouldDelete, this.onDelete);
DeleteLastItemAction(this.shouldDelete, this.onDelete);