wrapper property
A top level wrapper for the whole tile, whose child should be child.
This is meant for you to be able to build your custom action manager, typically
InkWell or GestureDetector and/or Dismissible.
Implementation
final Widget Function(BuildContext context, int index, T item, Widget child)?
wrapper;