AlertLocationDialog constructor
const
AlertLocationDialog({})
Implementation
const AlertLocationDialog({
Key? key,
required this.action,
this.title = "Location is disabled!!",
this.description = "Must enable to have use of the feature in the app!",
}) : super(key: key);