CreatePIN constructor

const CreatePIN({
  1. Key? key,
})

Implementation

const CreatePIN({Key? key}) : super(key: key);