menu
buzz package
documentation
feedbacks/commands.dart
ShowSnackBarCommand
ShowSnackBarCommand constructor
ShowSnackBarCommand constructor
dark_mode
light_mode
ShowSnackBarCommand
constructor
ShowSnackBarCommand
(
String
title
, {
required
String
message
,
})
Implementation
ShowSnackBarCommand( this.title, { required this.message, });
buzz package
documentation
feedbacks/commands
ShowSnackBarCommand
ShowSnackBarCommand constructor
ShowSnackBarCommand class