Skip to content

inputBorder and fillColor are still visible #28

@ogeburt

Description

@ogeburt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions