ActionSheet Mode MD on all Platforms

Is there a way to set the “mode” for actionsheets?

I know for most of the other components that have a HTML tag we can set mode= on the tag, but action sheets do not have an element to set this on as they are created dynamically in typescript and then popped up.

There is no “mode” option available in the creation options.

I know we can override the platform styling for the entire app with config but I only want to override this single component.

Hopefully someone else has come up against this and can help out as I have hit a wall on it!