AppPermissionsViewBuilder constructor

const AppPermissionsViewBuilder({
  1. Key? key,
  2. bool showBackButton = true,
})

Implementation

const AppPermissionsViewBuilder({this.key, this.showBackButton = true});