I have a Xamarin Forms project, and I need to have a custom button. The button would look something like this:
I assume I need to create a custom renderer, but I can't figure out how to have two different font sizes inside a button?
I need renderers for both Android and iOS. Any help would be greatly appreciated. Thanks!

