Hi, I want to use DialogService.OpenAsync but I don't want to have any title, so the title parameter is useless for me. I just wanted to ask if it would be good improvement to make title parameter optional for people who don't need it? I don't want to start featureRequest on github if it's not good idea.
Just make your title an empty string, by adding either "" or string.empty to the title parameter