LaunchLink constructor
const
LaunchLink({
- Key? key,
- LaunchDisplayMode mode = LaunchDisplayMode.actionButton,
- required LaunchType type,
- String? label,
- String? visibleText,
- String? value,
- IconData? icon,
- LaunchStyle? style,
- String? emailSubject,
- String? emailBody,
- String? smsBody,
- VoidCallback? onTap,
- dynamic onResult()?,
- List<
String> ? allowedSchemes, - MainAxisAlignment? alignment,
Creates a unified LaunchLink widget.
Implementation
const LaunchLink({
super.key,
this.mode = LaunchDisplayMode.actionButton,
required this.type,
this.label,
this.visibleText,
this.value,
this.icon,
this.style,
this.emailSubject,
this.emailBody,
this.smsBody,
this.onTap,
this.onResult,
this.allowedSchemes,
this.alignment,
});