TF-2304 Add pop up title for sort selecting in tablet

(cherry picked from commit 72d48529992a922d0979a6db0cf223d588197dbb)
This commit is contained in:
hieubt
2023-11-15 17:28:16 +07:00
committed by Dat H. Pham
parent 9a86c9f470
commit e264648abb
2 changed files with 64 additions and 0 deletions
@@ -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;
}