Interface

TabRowScope

TabRowScope is used to provide the doesTabRowHaveFocus state to the Tab composable

Source set: Android
interface TabRowScope

TabRowScope is used to provide the doesTabRowHaveFocus state to the Tab composable

Properties

hasFocus

Source set: Android
val hasFocus: Boolean

Whether any Tab within the TabRow is focused

Last updated: