flutter icon indicating copy to clipboard operation
flutter copied to clipboard

`WidgetStateInputBorder`

Open nate-thegrate opened this issue 4 months ago • 0 comments

Changes

  • Add WidgetStateInputBorder class, with .resolveWith() and .fromMap() constructors
  • Deprecate MaterialStateOutlineInputBorder and MaterialStateUnderlineInputBorder 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

nate-thegrate avatar Oct 18 '24 20:10 nate-thegrate