How can I change the color of enter key in the keyboard of a flutter app?

Viewed 733

enter image description here

I want to change the color of enter key in the keyboard of a flutter app. How can I achieve this? with the default keyboard or with a custom keyboard.

I am using

TextFormField(keyboardType:TextInputType.text,maxLines:1)

as the widget here

0 Answers
Related