Remove all border when width size = 0

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit f44efda12e53913585b2433a4fbcdc7295f6fed5)
This commit is contained in:
dab246
2023-12-05 01:45:09 +07:00
committed by Dat H. Pham
parent 49830df0e7
commit 9fe9ec27f9
4 changed files with 2 additions and 28 deletions
@@ -6,7 +6,6 @@ import 'package:flutter/material.dart';
class EmailViewAppBarWidgetStyles {
static const double bottomBorderWidth = 0.5;
static const double borderWidth = 0;
static const double height = 52;
static const double radius = 20;
static const double buttonIconSize = IconUtils.defaultIconSize;
@@ -6,7 +6,6 @@ import 'package:flutter/material.dart';
class EmailViewBottomBarWidgetStyles {
static const double topBorderWidth = 0.5;
static const double borderWidth = 0;
static const double buttonRadius = 0;
static const double buttonIconSize = 20;
static const double replyAllButtonIconSize = 15;