CreatePasswordPage constructor Null safety

const CreatePasswordPage(
  1. {Key? key,
  2. required HandleAuthInfoCallback onSuccess,
  3. ErrorCallback? onError}
)

Implementation

const CreatePasswordPage({
  Key? key,
  required this.onSuccess,
  this.onError,
}) : super(key: key);