LiewJunTung / pin_code_text_field

A highly customisable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.
MIT License
376 stars 78 forks source link

Vertical line bottom of the text field #13

Closed rajeshdewle closed 5 years ago

rajeshdewle commented 5 years ago

if we added theme data for focus border in input decoration theme that time automatically added vertical line bottom of the text field.

ThemeData(
  inputDecorationTheme: InputDecorationTheme(
    focusedBorder: OutlineInputBorder(
        borderSide: BorderSide(
        color: Color(0xFF9FA0A5),
        ),
      ),
   )
)
LiewJunTung commented 5 years ago

Fixed in 1.3.5