menu
permission_policy package
documentation
widgets/permission_view.dart
PermissionView
PermissionView const constructor
PermissionView const constructor
dark_mode
light_mode
PermissionView
constructor
const
PermissionView
(
{
Key
?
key
,
required
List
<
String
>
permissions
,
required
Widget
child
,
Widget
?
loading
,
})
Implementation
const PermissionView( {super.key, required this.permissions, required this.child, this.loading});
permission_policy package
documentation
widgets/permission_view
PermissionView
PermissionView const constructor
PermissionView class