ShareLocationSheet constructor

const ShareLocationSheet({
  1. Key? key,
  2. Function? onTap,
})

Implementation

const ShareLocationSheet({Key? key, this.onTap}) : super(key: key);