LaunchActionButton constructor
const
LaunchActionButton({
- Key? key,
- required LaunchType type,
- required String label,
- Uri? uri,
- LaunchIcon? icon,
- LaunchStyle? style,
- VoidCallback? onTap,
- dynamic onResult()?,
- List<
String> ? allowedSchemes, - LaunchOptions? options,
- CalendarEvent? calendarEvent,
- String? value,
- Map<
String, dynamic> ? queryParameters, - MainAxisAlignment? alignment,
- CrossAxisAlignment? crossAlignment,
Creates a LaunchActionButton.
Implementation
const LaunchActionButton({
super.key,
required this.type,
required this.label,
this.uri,
this.icon,
this.style,
this.onTap,
this.onResult,
this.allowedSchemes,
this.options,
this.calendarEvent,
this.value,
this.queryParameters,
this.alignment,
this.crossAlignment,
});