Remove all border when width size = 0
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit f44efda12e53913585b2433a4fbcdc7295f6fed5)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user