IntroMessages constructor
const
IntroMessages({
- String swap = "Swap left to continue",
Implementation
const IntroMessages({
this.swap = "Swap left to continue",
this.navigate = "Navigate",
});