closeSheet function
Implementation
Future<void> closeSheet(BuildContext context) {
// sheet is just a drawer with no backdrop transformation
return closeDrawer(context);
}
Future<void> closeSheet(BuildContext context) {
// sheet is just a drawer with no backdrop transformation
return closeDrawer(context);
}