RegistrationScreen constructor

const RegistrationScreen({
  1. Key? key,
  2. required void onFinish(),
})

Implementation

const RegistrationScreen({super.key, required this.onFinish});