On the comparative image at the beginning of the site xamarin.com/forms , it's shown the "add" action as a bar button item on iOS and as a floating action button on Android.
I want to use this behavior on my Xamarin.Forms project to keep the standard recommendation of each platform, but I haven't found on the documentation how to make it. Is there a property that creates this main action for both platforms, or I would have to make a different code for each platform to keep the native appearance on them?