TF-2667 Show confirm dialog when click close composer
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -27,7 +27,7 @@ class ConfirmDialogBuilder {
|
||||
EdgeInsets? _paddingContent;
|
||||
EdgeInsets? _paddingButton;
|
||||
EdgeInsets? _outsideDialogPadding;
|
||||
EdgeInsets? _marginIcon;
|
||||
EdgeInsetsGeometry? _marginIcon;
|
||||
EdgeInsets? _margin;
|
||||
double? _widthDialog;
|
||||
double? _heightDialog;
|
||||
@@ -107,7 +107,7 @@ class ConfirmDialogBuilder {
|
||||
_paddingButton = value;
|
||||
}
|
||||
|
||||
void marginIcon(EdgeInsets? value) {
|
||||
void marginIcon(EdgeInsetsGeometry? value) {
|
||||
_marginIcon = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user