PlexInfoDialogAction constructor
PlexInfoDialogAction({
- required String label,
- VoidCallback? onPressed,
- PlexButtonType actionType = PlexButtonType.text,
Implementation
PlexInfoDialogAction({required this.label, this.onPressed, this.actionType = PlexButtonType.text});