ToastItem constructor

ToastItem(
  1. String title, {
  2. int durationMS = 3000,
  3. Color color = Colors.white,
  4. Color fillColor = Colors.black54,
  5. IconData? icon,
  6. double width = 280,
  7. Alignment? alignment,
})

Implementation

ToastItem(this.title, {this.durationMS = 3000, this.color = Colors.white, this.fillColor = Colors.black54, this.icon, this.width = 280, this.alignment});