Introduce fixed layouting mode for SwipeNavigator
/**
* fixed: bool
*
* Whether or not the SwipeNavigator should present tabs in a fixed presentation
* rather than an adaptive presentation.
*
* Setting this to true:
* - disables adaptive layouting on tabs
* - forces all tabs to be the same width
* - disables adaptive scrolling
*/