show method
Implementation
Future<List<int>?> show({BottomSheetOptions? options}) =>
popupBottomSheet<List<int>?>(
options: GlobalWayUI()
.bottomSheetOptions
.copyWith(isScrollControlled: false)
.merge(options));