AuthenticationPIN constructor

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

Implementation

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