CuReWelcomeScreenSection constructor

CuReWelcomeScreenSection({
  1. required String title,
  2. required String description,
  3. required Widget content,
})

Implementation

CuReWelcomeScreenSection(
    {required this.title, required this.description, required this.content});