TtTabItem

data class TtTabItem(val text: StringResolver? = null, val icon: DrawableResolver? = null)

A class that holds the data of a tab.

Parameters

text

The text to show within the tab.

icon

The icon to show within the tab.

Constructors

Link copied to clipboard
constructor(text: StringResolver? = null, icon: DrawableResolver? = null)

Properties

Link copied to clipboard
val icon: DrawableResolver? = null
Link copied to clipboard
val text: StringResolver? = null