InputDecoration.error should activate error state (#134001)
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.
Showing
Please register or sign in to comment