You can achieve the Send action by using TextInputAction.send
TextFormField( textInputAction: TextInputAction.send, onFieldSubmitted: (value) { // Handle the action }, )