DefaultOtpStepTemplate constructor

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

Implementation

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