OpenInDialogAction constructor
OpenInDialogAction({
- String? title,
- DialogBehavior behavior = DialogBehavior.modalBottomSheet,
- LinkType linkType = LinkType.url,
- String? url,
- ObjectReference? route,
- bool? isAwaited,
Implementation
OpenInDialogAction({
super.title,
this.behavior = DialogBehavior.modalBottomSheet,
this.linkType = LinkType.url,
this.url,
this.route,
super.isAwaited,
}) : super(schemaType: schemaName);