Fix TextField cursor color documentation (#37801)

This commit is contained in:
Christian Mürtz 2019-08-09 23:18:57 +02:00 committed by Hans Muller
parent f3dbefd3ce
commit f167067d94

View File

@ -539,7 +539,8 @@ class TextField extends StatefulWidget {
/// The color to use when painting the cursor.
///
/// Defaults to the theme's `cursorColor` when null.
/// Defaults to [ThemeData.cursorColor] or [CupertinoTheme.primaryColor]
/// depending on [ThemeData.platform].
final Color cursorColor;
/// The appearance of the keyboard.