mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix TextField cursor color documentation (#37801)
This commit is contained in:
parent
f3dbefd3ce
commit
f167067d94
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user