UArGate constructor
const
UArGate({
- required Widget builder(
- BuildContext context,
- UArCapabilities capabilities
- bool needsCamera = true,
- bool needsLocation = false,
- Widget fallback(
- BuildContext context,
- UArAvailability availability
- UArLabels labels = const UArLabels(),
- UArStyle style = const UArStyle(),
- Key? key,
Implementation
const UArGate({
required this.builder,
this.needsCamera = true,
this.needsLocation = false,
this.fallback,
this.labels = const UArLabels(),
this.style = const UArStyle(),
super.key,
});