From 0c2441091f321ceb43bcdecf6593cb72babf5cc2 Mon Sep 17 00:00:00 2001 From: Prajna Prayoga Date: Mon, 12 Feb 2024 17:07:04 +0700 Subject: [PATCH] fix: padding text form view --- lib/application/component/text_form/text_form_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/application/component/text_form/text_form_view.dart b/lib/application/component/text_form/text_form_view.dart index 4da4e2e..724db8b 100644 --- a/lib/application/component/text_form/text_form_view.dart +++ b/lib/application/component/text_form/text_form_view.dart @@ -70,6 +70,7 @@ class TextFormView extends StatelessWidget { this.preffixIconConstraints, this.disableColor = false, this.enableInteractiveSelection = true, + this.contentPadding, this.focusNode, this.isTextAlignCenter = false, this.prefix}) -- 2.45.2