CreateTPINScreen constructor

const CreateTPINScreen({
  1. Key? key,
  2. String? mobileNumber,
})

Implementation

const CreateTPINScreen({super.key, this.mobileNumber});