OnboardingHeader constructor
const
OnboardingHeader({})
Implementation
const OnboardingHeader({
Key? key,
required this.appName,
required this.hasModel,
this.username,
this.primaryColor = Colors.blue,
}) : super(key: key);