remove method

void remove({
  1. bool animate = true,
})

Removes this item.

Implementation

void remove({bool animate = true}) {
  controller.removeItem(key, animate: animate);
}