PasswordScreen constructor

const PasswordScreen({
  1. Key? key,
  2. void callback(
    1. String password
    )?,
})

Implementation

const PasswordScreen({Key? key, this.callback}) : super(key: key);