SIGN IN SIGN UP

Cupertino TextField Cursor Fix (#27697)

* Fix for #26261. Changes CupertinoTextField's cursorColor to read from CupertinoTheme instead of prior default of activeBlue. CursorColor will still default to activeBlue for light theme and activeOrange for dark theme if a primary color has not been specified for the CupertinoTheme.

* Reverted unnecessary changes in XCode file.

* Updated text_field.dart per suggestions from @gspencergoog

* Updated comments for cursorColor to reflect appropriate hyperlinks per @Hixie

* Simplified cursorColor assignment per @xster

* Added test in cupertino/text_field_test.dart to check for correct cursorColor based on CupertinoTheme per @Hixie & @xster.
K
Kate Lovett committed
c58e31a74f949b5767c77a950931d90700abbd2a
Parent: c633e02
Committed by GitHub <noreply@github.com> on 2/11/2019, 8:54:21 PM