const AtOnboardingDialog({ Key? key, required this.title, required this.message, required this.actions, }) : super(key: key);