OpenUrlAction constructor
OpenUrlAction({
- String? title,
- String? url,
- UrlLaunchMode mode = UrlLaunchMode.platformDefault,
- bool? isAwaited,
Implementation
OpenUrlAction({
super.title,
this.url,
this.mode = UrlLaunchMode.platformDefault,
super.isAwaited,
}) : super(schemaType: schemaName);