SnackBarInfo.error constructor
const
SnackBarInfo.error({
- String? message,
Implementation
const SnackBarInfo.error({String? message})
: this(type: SnackBarType.error, showSnackBar: true, message: message);