Screen1 constructor
Screen1({
- required Caption heading,
- required Task taskHeading,
- required Task taskCaption,
- required String taskCardColor,
- required String taskIconId,
- required String progressBarColor1,
- required String progressBarColor2,
- required String bgColor,
- required String bannerImageId,
- required String bannerImageUrl,
- required String taskIconUrl,
Implementation
Screen1({
required this.heading,
required this.caption,
required this.taskHeading,
required this.taskCaption,
required this.taskCardColor,
required this.taskIconId,
required this.progressBarColor1,
required this.progressBarColor2,
required this.bgColor,
required this.bannerImageId,
required this.bannerImageUrl,
required this.taskIconUrl,
});