dragFeedbackBuilder property
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;
Custom builder for drag feedback widget. If null, a lightweight, platform-agnostic feedback widget is used.
final Widget Function(BuildContext context, Block block)? dragFeedbackBuilder;