FeedbackSortableItemBuilder<T> typedef

FeedbackSortableItemBuilder<T> = Widget Function(BuildContext context, SortableItem<T> item, Widget handle, Animation<double> transition)

Implementation

typedef Widget FeedbackSortableItemBuilder<T>(BuildContext context, SortableItem<T> item, Widget handle, Animation<double> transition);