chnage cursor color of a text field in flutter code example
Example: flutter textfield cursor color
MaterialApp(
theme: ThemeData(
cursorColor: Colors.red,
)
);
MaterialApp(
theme: ThemeData(
cursorColor: Colors.red,
)
);