Toasts constructor
Toasts(
- Element _host, {
- Duration ttl = const Duration(seconds: 4),
Creates a toast host bound to host.
Implementation
Toasts(this._host, {this.ttl = const Duration(seconds: 4)});