WelcomeScreen constructor
- required String? description,
- required List<
WelcomeScreenChannel> welcomeChannels,
Implementation
WelcomeScreen({required this.description, required this.welcomeChannels});
WelcomeScreen({required this.description, required this.welcomeChannels});