OpenInDialogAction constructor

OpenInDialogAction({
  1. String? title,
  2. DialogBehavior behavior = DialogBehavior.modalBottomSheet,
  3. LinkType linkType = LinkType.url,
  4. String? url,
  5. ObjectReference? route,
})

Implementation

OpenInDialogAction({
  super.title,
  this.behavior = DialogBehavior.modalBottomSheet,
  this.linkType = LinkType.url,
  this.url,
  this.route,
}) : super(schemaType: schemaName);