SnackBarDesign constructor

const SnackBarDesign({
  1. Color background = Colors.black,
  2. Color dangerBackground = Colors.red,
  3. Color text = Colors.white,
})

Implementation

const SnackBarDesign({this.background = Colors.black, this.dangerBackground = Colors.red, this.text = Colors.white});