TinoGuo / pin_input_text_field

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

Disabled filled color #65

Closed satoshin21 closed 3 years ago

satoshin21 commented 3 years ago

PinInputTextField's background color will be updated via Theme color of inputDecorationTheme, So I disabled filled option.

TinoGuo commented 3 years ago

Thanks for PR. as documentation, This property is false by default. No need to explicitly assign false. welcome to discuss.

satoshin21 commented 3 years ago

@TinoGuo Thank you for your reply! In my project, default text field is filled with grey color, except for this pin code field. So theme is customized and filled option is true. TextField in PinInputTextField is encapsulated and we cannot touch this, so filled option need to be specified, I think.