BottomSheetRoute<T> constructor
BottomSheetRoute<T> ({
- required Widget body,
- BottomSheetConfig? config,
Implementation
BottomSheetRoute({
required this.body,
BottomSheetConfig? config,
}) {
_config = defaultConfig.coptyWith(config);
}