onDrag property

(FutureOr<void> Function(BuildContext)?) onDrag
final

Called when the title bar is dragged to move the window.

Implementation

final FutureOr<void> Function(BuildContext)? onDrag;