SignupStepTemplate constructor

const SignupStepTemplate({
  1. BuildContext? context,
  2. WidgetRef? ref,
})

Implementation

const SignupStepTemplate({
  super.context,
  super.ref,
});