BiometryScannerWidget constructor
const
BiometryScannerWidget({})
Creates a new BiometryScannerWidget instance.
Implementation
const BiometryScannerWidget({
super.key,
required this.phrase,
required this.onCapture,
this.testController,
});