showNUIBottomSheetByItem function

NUIBottomSheet showNUIBottomSheetByItem({
  1. required BuildContext context,
  2. required NUIBottomSheetItem item,
})

Implementation

NUIBottomSheet showNUIBottomSheetByItem({required BuildContext context, required NUIBottomSheetItem item}){
  return NUIBottomSheet.showNUIBottomSheetByItem(context: context, item: item);
}