fix :
some ui bug
This commit is contained in:
@@ -116,12 +116,13 @@ class DraggableBottomSheetController extends GetxController {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
bool handleBack() {
|
||||
if (bottomSheets.isNotEmpty) {
|
||||
removeLastBottomSheet();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
bool get handleBack{
|
||||
if (bottomSheets.isNotEmpty) {
|
||||
removeLastBottomSheet();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user