TF-2304 Add pop up title for sort selecting in tablet
(cherry picked from commit 72d48529992a922d0979a6db0cf223d588197dbb)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class EmailSortByActionTitleWidgetStyle {
|
||||
static const EdgeInsetsGeometry padding = EdgeInsets.symmetric(horizontal: 24, vertical: 16);
|
||||
|
||||
static const double width = 332.0;
|
||||
static const double space = 12.0;
|
||||
static const double iconSize = 24.0;
|
||||
}
|
||||
Reference in New Issue
Block a user