Answers for "how to change cursor color in textformfield in flutter"

0

flutter textfield cursor color

MaterialApp(
    theme: ThemeData(
        cursorColor: Colors.red,
        )
    );
Posted by: Guest on September-27-2020

Code answers related to "how to change cursor color in textformfield in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language