onTapDelete property
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;
If this value is null, the button disappears from the tile.
When deleting an element, you must use element remove, not index.
final VoidCallback? onTapDelete;