BottomSheetLibrary constructor
BottomSheetLibrary(})
Implementation
BottomSheetLibrary(
this.component, {
Map<String, Object?>? params,
this.enableDrag = true,
this.nonDismissible = false,
}) : params = params == null ? const {} : Map.unmodifiable(params);