From f10009547050e8b122c5bfd6d39e70498f0cda4c Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Mon, 31 Mar 2025 15:03:09 +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 9e4da15..846031b 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) * 2 : 0.0; + double borderOffset = (forceRespectBorder ?? _config.respectBorderWidthPadding) ? (_finalBorderShape(style)?.borderSide.strokeInset ?? 0.0) / 2 : 0.0; // double fontOffset = _getTextHeight( widget.textController.text.isNotEmpty