PermissionListItemView constructor

PermissionListItemView({
  1. required Function? onPressed,
  2. Color? color,
})

Implementation

PermissionListItemView({required this.onPressed, this.color});