RequestLocationSheet constructor

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

Implementation

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