Commit f167067d authored by Christian Mürtz's avatar Christian Mürtz Committed by Hans Muller

Fix TextField cursor color documentation (#37801)

parent f3dbefd3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment