onTapDelete property

VoidCallback? onTapDelete
final

If this value is null, the button disappears from the tile.

When deleting an element, you must use element remove, not index.

Implementation

final VoidCallback? onTapDelete;