• Renzo Olivares's avatar
    InputDecoration.error should activate error state (#134001) · 97cdc0ec
    Renzo Olivares authored
    When passed an `error` widget, `InputDecoration` should activate its error state. Before this change the `errorBorder` would only activate if an `errorText` was provided. This change solves this issue by accounting for a provided `error` widget.
    97cdc0ec
text_field_test.dart 594 KB