LocationPrompt constructor
const
LocationPrompt({})
Implementation
const LocationPrompt(
{Key? key,
this.text,
this.yesText,
this.noText,
this.onlyText = false,
required this.isShareLocationData,
required this.isRequestLocationData,
this.locationNotificationModel})
: super(key: key);