Walkthrough constructor
const
Walkthrough({
- Key? key,
- dynamic title,
- dynamic content,
- dynamic imageIcon,
- dynamic imageColor = Colors.redAccent,
Implementation
const Walkthrough({
super.key,
this.title,
this.content,
this.imageIcon,
this.imageColor = Colors.redAccent,
});