add tab view filter and sort options
This commit is contained in:
@@ -67,9 +67,11 @@ void showInfoMessage(
|
||||
String message, {
|
||||
Duration duration = const Duration(seconds: 4),
|
||||
bool persist = false,
|
||||
SnackBarAction? action,
|
||||
}) {
|
||||
final snackBar = _createFloatingSnackBar(
|
||||
content: Text(message),
|
||||
action: action,
|
||||
duration: duration,
|
||||
persist: persist,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user