MEPermissionDialog constructor

const MEPermissionDialog({
  1. Key? key,
  2. String label = "",
  3. Color secondaryColor = Colors.black26,
  4. IconData? icon,
})

Implementation

const MEPermissionDialog({
  Key? key,
  this.label = "",
  this.secondaryColor = Colors.black26,
  this.icon,
}) : super(key: key);