From 74436a6007a92e9aa3f79095eb0114d7375c9bdf Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Mon, 31 Mar 2025 15:01:50 +0200 Subject: [PATCH] [0.1.3] --- lib/src/Fields/src/base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Fields/src/base.dart b/lib/src/Fields/src/base.dart index 5ad2528..9e4da15 100644 --- a/lib/src/Fields/src/base.dart +++ b/lib/src/Fields/src/base.dart @@ -160,7 +160,7 @@ class _AstromicFieldBaseState extends State { // double providedPadding = style.contentPadding.vertical; // - double borderOffset = (forceRespectBorder ?? _config.respectBorderWidthPadding) ? _finalBorderShape(style)?.borderSide.strokeInset ?? 0.0 : 0.0; + double borderOffset = (forceRespectBorder ?? _config.respectBorderWidthPadding) ? (_finalBorderShape(style)?.borderSide.strokeInset ?? 0.0) * 2 : 0.0; // double fontOffset = _getTextHeight( widget.textController.text.isNotEmpty