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
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