toast abstract method

Widget toast({
  1. IconData icon,
  2. String text,
  3. Widget button,
  4. ColorTones color,
  5. bool autoDismiss = true,
})

Implementation

Widget toast({
  IconData icon,
  String text,
  Widget button,
  ColorTones color,
  bool autoDismiss = true,
});