I am working on adding support for a dark mode for my Xamarin.Forms app. So far no other SyncFusion views have caused trouble, but the PopupView seems to be the first. I can easily specify the background color of the ContentTemplate contents, but the header and one/two-button footer which I make use of do not have any properties that can be set like header background color, header text color, etc.
Is there a simple way to change the appearance of the PopupView header and footer without implementing a custom header and footer and totally defeating the purpose of using the PopupView in the first place?
I might as well drop the PopupView and use a totally custom control of my own if I'm building the header, content, and footer myself.