AuthFlow constructor

const AuthFlow({
  1. Key? key,
  2. required ScopedWidgetBuilder builder,
})

Implementation

const AuthFlow({
  super.key,
  required this.builder,
});