gestureWrapper property

Widget Function(BuildContext context, Widget layout)? gestureWrapper
final

Optional wrapper applied around the inner handle+content layout, used by callers to attach a drag gesture that stays inside the decoration.

Implementation

final Widget Function(BuildContext context, Widget layout)? gestureWrapper;