setBottomSheetOptions method

void setBottomSheetOptions(
  1. BottomSheetOptions options
)

设置全局 BottomSheet 配置 Set the global BottomSheet configuration

Implementation

void setBottomSheetOptions(BottomSheetOptions options) {
  _bottomSheetOptions = options;
}