StorebountyOnboarding constructor

const StorebountyOnboarding({
  1. Key? key,
  2. required VoidCallback onGetStarted,
})

Implementation

const StorebountyOnboarding({Key? key, required this.onGetStarted}) : super(key: key);