mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.