DeleteLastItemAction constructor

DeleteLastItemAction(
  1. bool shouldDelete(),
  2. VoidCallback onDelete
)

Implementation

DeleteLastItemAction(this.shouldDelete, this.onDelete);