Scrollable
constructor(contentPadding: PaddingValues = PaddingValues.Zero, navButtonParams: NavButtonParams? = null)(source)
Parameters
contentPadding
Content padding applied to the tabs, default is PaddingValues.Zero. This is intended to be used to align the tab items with the view margins, while allowing the tabs to scroll edge-to-edge.
navButtonParams
Navigation button params, default is null which implies default navigation button styling and no content descriptions.