In MAUI, Button has a Pressed VisualState that can be used to initiate a visual change to the Button when pressed, provided that it's enabled. See the details below.
https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/button#button-visual-states
Hope this helps