TF-2304 Add action sheet for sort selecting

(cherry picked from commit 5b962fcc42bf92b063d62057b174debfa9c9caa4)
This commit is contained in:
hieubt
2023-11-15 17:27:41 +07:00
committed by Dat H. Pham
parent 18342265a1
commit 9a86c9f470
2 changed files with 74 additions and 0 deletions
@@ -0,0 +1,9 @@
import 'package:flutter/material.dart';
class EmailSortByCupertinoActionSheetActionBuilderStyle {
static const double space = 16.0;
static const EdgeInsetsDirectional iconPadding = EdgeInsetsDirectional.only(end: space);
static const backgroundColor = Colors.white;
}