StacDialogAction constructor
const
StacDialogAction({
- Map<
String, dynamic> ? widget, - StacNetworkRequest? request,
- String? assetPath,
- bool? barrierDismissible,
- String? barrierColor,
- String? barrierLabel,
- bool? useSafeArea,
- StacTraversalEdgeBehavior? traversalEdgeBehavior,
Creates a StacDialogAction that shows a dialog.
Implementation
const StacDialogAction({
this.widget,
this.request,
this.assetPath,
this.barrierDismissible,
this.barrierColor,
this.barrierLabel,
this.useSafeArea,
this.traversalEdgeBehavior,
});