dragFeedbackBuilder property

Widget Function(BuildContext context, Block block)? dragFeedbackBuilder
final

Custom builder for drag feedback widget. If null, a lightweight, platform-agnostic feedback widget is used.

Implementation

final Widget Function(BuildContext context, Block block)? dragFeedbackBuilder;