SharedDataBottomSheet constructor

const SharedDataBottomSheet({
  1. Key? key,
  2. bool isShowAllActions = true,
})

Creates a SharedDataBottomSheet.

isShowAllActions determines if all actions are shown.

Implementation

const SharedDataBottomSheet({super.key, this.isShowAllActions = true});