ChromepayToast constructor

const ChromepayToast({
  1. Key? key,
  2. String? title,
  3. String? descriptions,
  4. String? text,
  5. String? imagepath,
})

Implementation

const ChromepayToast({Key? key, this.title, this.descriptions, this.text,this.imagepath}) : super(key: key);