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