TinoGuo/pin_input_text_field

how to change background for inputs in UnderlineDecoration?

OlegBrony opened this issue · 1 comments

is there a prop about changing background color for UnderlineDecoration? I want to make something like this
image
I tried to make it with BoxLooseDecoration and solid color, but I can't change border to make it only on bottom.

you can use solidColor since 3.0.4, because this lib initial purpose only for pin and i ignored the underlineDecoration. anyway, you can use it now.