show method

Future<int?> show({
  1. BottomSheetOptions? options,
})

Implementation

Future<int?> show({BottomSheetOptions? options}) => popupBottomSheet<int?>(
    options: const BottomSheetOptions(backgroundColor: UCS.transparent)
        .merge(options));