dragger property
An optional widget that serves as the drag handle for the sheet.
If provided, this widget will be displayed in the header to indicate that the sheet can be dragged or toggled by the user.
Implementation
final Widget? dragger;
An optional widget that serves as the drag handle for the sheet.
If provided, this widget will be displayed in the header to indicate that the sheet can be dragged or toggled by the user.
final Widget? dragger;