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