LaunchActionButton constructor
const
LaunchActionButton({
- Key? key,
- required String label,
- required Uri uri,
- LaunchIcon? icon,
- LaunchStyle? style,
- VoidCallback? onTap,
- dynamic onResult()?,
- List<
String> ? allowedSchemes,
Creates a LaunchActionButton.
Implementation
const LaunchActionButton({
super.key,
required this.label,
required this.uri,
this.icon,
this.style,
this.onTap,
this.onResult,
this.allowedSchemes,
});