StacDialogAction constructor

const StacDialogAction({
  1. Map<String, dynamic>? widget,
  2. StacNetworkRequest? request,
  3. String? assetPath,
  4. bool? barrierDismissible,
  5. String? barrierColor,
  6. String? barrierLabel,
  7. bool? useSafeArea,
  8. 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,
});