IntroMessages constructor

const IntroMessages({
  1. String swap = "Swap left to continue",
  2. String navigate = "Navigate",
})

Implementation

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