Styling TextFormBox #234
-
Hello everybody. When using TextForm I have the ability to decorate input by setting the "Decoration" property. But TextFormBox doesn`t have such "feature". So I have a question: How can I set the border/border-radius of TextFormBox? |
Beta Was this translation helpful? Give feedback.
Answered by
bdlukaa
Nov 19, 2024
Replies: 1 comment
-
You can set the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bdlukaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set the
TextFormBox.decoration
property. Unfortunately the.foregroundDecoration
property is not supported (see #574).