Toasts constructor

Toasts(
  1. Element _host, {
  2. Duration ttl = const Duration(seconds: 4),
})

Creates a toast host bound to host.

Implementation

Toasts(this._host, {this.ttl = const Duration(seconds: 4)});