TF-1709 Implement sortOrder
(cherry picked from commit b3e5844bf37c692f763ccbf66bcbfb63c75d2d9f)
This commit is contained in:
+3
-1
@@ -8,11 +8,13 @@ import 'package:pointer_interceptor/pointer_interceptor.dart';
|
||||
import 'package:tmail_ui_user/features/mailbox_dashboard/presentation/model/search/email_sort_order_type.dart';
|
||||
import 'package:tmail_ui_user/features/mailbox_dashboard/presentation/styles/sort_by_drop_down_style.dart';
|
||||
|
||||
typedef OnSortOrderSelected = void Function(EmailSortOrderType?);
|
||||
|
||||
class SortByDropDownButton extends StatelessWidget {
|
||||
|
||||
final ImagePaths imagePaths;
|
||||
final EmailSortOrderType? sortOrderSelected;
|
||||
final Function(EmailSortOrderType?)? onSortOrderSelected;
|
||||
final OnSortOrderSelected? onSortOrderSelected;
|
||||
|
||||
const SortByDropDownButton({
|
||||
Key? key,
|
||||
|
||||
Reference in New Issue
Block a user