ResizeHandlePositioner typedef Interaction
ResizeHandlePositioner =
Widget Function(BuildContext context, ResizeHandleDetails details)
The builder that positions the resize handles of an event tile.
details carries the event, the tile geometry and the helpers that decide
which handles to show and build them.
Implementation
typedef ResizeHandlePositioner = Widget Function(BuildContext context, ResizeHandleDetails details);