TF-2304 Add action sheet for sort selecting
(cherry picked from commit 5b962fcc42bf92b063d62057b174debfa9c9caa4)
This commit is contained in:
+9
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user