remove property

void Function(T item) remove
getter/setter pair

Removes the given item from the scroll view.

Implementation

late void Function(T item) remove;