PhoneStepTemplate constructor

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

Implementation

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