SharedDataBottomSheet constructor

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

Implementation

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