PlexInfoDialogAction constructor

PlexInfoDialogAction({
  1. required String label,
  2. VoidCallback? onPressed,
  3. PlexButtonType actionType = PlexButtonType.text,
})

Implementation

PlexInfoDialogAction({required this.label, this.onPressed, this.actionType = PlexButtonType.text});