deleteable_tile library

Classes

Deleteable
A customizable widget that animates when appearing and disappearing.
DeleteableTile
A widget that animates when appearing and disappearing.

Typedefs

DeleteableBuilder = Widget Function(BuildContext context, FutureVoidCallback delete)
FutureVoidCallback = Future<void> Function()