PlexInfoSheetAction constructor
PlexInfoSheetAction({
- Key? key,
- required String label,
- OnActionPressed? onPressed,
- PlexButtonType actionType = PlexButtonType.text,
- Widget? icon,
- ButtonStyle? buttonStyle,
- FocusNode? focusNode,
Implementation
PlexInfoSheetAction({
this.key,
required this.label,
this.onPressed,
this.actionType = PlexButtonType.text,
this.icon,
this.buttonStyle,
this.focusNode,
});