ToastConfiguration constructor

ToastConfiguration({
  1. Color bgColor = Colors.black45,
  2. Color foreColor = Colors.white,
  3. IconData icon = Icons.info_outline,
})

Implementation

ToastConfiguration(
    {this.bgColor = Colors.black45,
    this.foreColor = Colors.white,
    this.icon = Icons.info_outline});