OpenUrlAction constructor

OpenUrlAction({
  1. String? title,
  2. String? url,
  3. UrlLaunchMode mode = UrlLaunchMode.platformDefault,
})

Implementation

OpenUrlAction({
  super.title,
  this.url,
  this.mode = UrlLaunchMode.platformDefault,
}) : super(schemaType: schemaName);