UArWebStartButton constructor
const
UArWebStartButton({
- required UArController controller,
- String? label,
- VoidCallback? onFailed,
- UArStyle style = const UArStyle(),
- Key? key,
Implementation
const UArWebStartButton({required this.controller, this.label, this.onFailed, this.style = const UArStyle(), super.key});