UArWebStartButton constructor

const UArWebStartButton({
  1. required UArController controller,
  2. String? label,
  3. VoidCallback? onFailed,
  4. UArStyle style = const UArStyle(),
  5. Key? key,
})

Implementation

const UArWebStartButton({required this.controller, this.label, this.onFailed, this.style = const UArStyle(), super.key});