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