TinoGuo / pin_input_text_field

A textField widget to help display different style pin
Apache License 2.0
384 stars 83 forks source link

how to change background for inputs in UnderlineDecoration? #36

Closed OlegBrony closed 4 years ago

OlegBrony commented 4 years ago

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.

TinoGuo commented 4 years ago

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.