AtOnboardingTheme constructor

AtOnboardingTheme({
  1. Color? primaryColor,
  2. TextTheme? textTheme,
})

Implementation

AtOnboardingTheme({
  this.primaryColor,
  this.textTheme,
});