ShowSnackBarCommand constructor

ShowSnackBarCommand(
  1. String title, {
  2. required String message,
})

Implementation

ShowSnackBarCommand(
  this.title, {
  required this.message,
});