XContextShowBottomSheet extension

showBottomSheet(context: context, ...) as context.showBottomSheet(...)

on

Methods

showBottomSheet<T>({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior}) PersistentBottomSheetController
Shows a material design bottom sheet in the nearest material.Scaffold ancestor.