MPinField constructor

const MPinField({
  1. Key? key,
  2. dynamic onChanged(
    1. String
    )?,
  3. TextEditingController? controller,
  4. dynamic onComplete(
    1. String
    )?,
  5. int length = 4,
})

Implementation

const MPinField({Key? key, this.onChanged, this.controller, this.onComplete, this.length = 4}) : super(key: key);