DirtSnackBar.error constructor

DirtSnackBar.error(
  1. String content, {
  2. Key? key,
})

Implementation

factory DirtSnackBar.error(String content, {Key? key}) => DirtSnackBar._(key, content, const Color(0xffD13913), icon: Icons.error);