show method

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

Implementation

Future<List<String>?> show({BottomSheetOptions? options}) =>
    popupBottomSheet<List<String>?>(options: options);