RegisterModalPage constructor Null safety

const RegisterModalPage(
  1. {Key? key,
  2. ResponseCallback<CreateAccountResponse>? onCreateAccountResponse,
  3. ErrorCallback? onError}
)

Implementation

const RegisterModalPage({Key? key, this.onCreateAccountResponse, this.onError}) : super(key: key);