fix: padding text form view

This commit is contained in:
Prajna Prayoga 2024-02-12 17:07:04 +07:00
parent ececa5e541
commit 0c2441091f

View File

@ -70,6 +70,7 @@ class TextFormView extends StatelessWidget {
this.preffixIconConstraints, this.preffixIconConstraints,
this.disableColor = false, this.disableColor = false,
this.enableInteractiveSelection = true, this.enableInteractiveSelection = true,
this.contentPadding,
this.focusNode, this.focusNode,
this.isTextAlignCenter = false, this.isTextAlignCenter = false,
this.prefix}) this.prefix})