I've created basic Hello World app using Flutter template and now running it on Linux using flutter run command.
In application window top panel ("Title bar") there is text "hello_world" and I am trying to figure out how to change this default.
Note: I am not trying to modify it dynamically. Just need to set it to static text.
