Once you make the default Today, it cannot be Blank at the same time.
To work around it, insert a button and Onselect set a variable;
UpdateContext ({MakeBlank:! MakeBlank)})
Then put in the defaultdate;
If(MakeBlank,Today(), Blank ())
So when you click the button it can change from Today to blank and vice versa
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.