Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputBorder and fillColor are still visible #28

Open
ogeburt opened this issue Dec 23, 2022 · 0 comments
Open

inputBorder and fillColor are still visible #28

ogeburt opened this issue Dec 23, 2022 · 0 comments

Comments

@ogeburt
Copy link

ogeburt commented Dec 23, 2022

In the TextField you should add

decoration: InputDecoration(
                    filled: false,
                    border: InputBorder.none,
                    enabledBorder: InputBorder.none,
                    focusedBorder: InputBorder.none,
                    hintText: widget.decoration?.hintText,
                    counterText: "",
                    isDense: true,
                    contentPadding: EdgeInsets.symmetric(vertical: 5)),
              ),

I have a Theme that will set those parameters and give me a border an fillColor, which is not intended.
Cool Widget though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant