flutter
flutter copied to clipboard
`WidgetStateInputBorder`
Changes
- Add
WidgetStateInputBorder
class, with.resolveWith()
and.fromMap()
constructors - Deprecate
MaterialStateOutlineInputBorder
andMaterialStateUnderlineInputBorder
and provide data-driven fixes
Other changes based on https://github.com/flutter/flutter/pull/154972#pullrequestreview-2344092821
- Fix documentation copy-paste typo ("OutlinedBorder" → "InputBorder")
- Add test to ensure borders are painted correctly
- Add DartPad sample & relevant test