MobileToolbarButton spacing?

I have 3 buttons on the toolbar at the bottom of an iOS screen.

I successfully added a FlexibleSpace button type to force the 3rd button to the right side of the toolbar.

I want the 2 on the left close together but not as close as they are by default.

Trying to add a FIxedSpace button between the 2 doesn’t work as if this Type doesn’t even exist. I’ve logged an issue.

Trying to adjust the Width of the buttons when I create them has no discernible affect.

Thanks in advance for suggestions.

OK, the FixedSpace issue has been acknowledged and will be in the next release. To separate the 2 buttons I’ve used the workaround of adding an invisible Plain button between them and disabling it.