child property
Widget Function({required int countdown, required bool hasFace, required Rulesets state})
child
final
Builder for the overlay widget shown during liveness challenges.
Receives the current Rulesets state, the remaining countdown seconds,
and whether a hasFace is detected in frame.
Implementation
final Widget Function({
required Rulesets state,
required int countdown,
required bool hasFace,
})
child;