TtTabItem

constructor(text: StringResolver? = null, icon: DrawableResolver? = null)

A convenience constructor to create the class with a StringResolver and a DrawableResolver.


constructor(text: StringResolver? = null, uri: Uri? = null)

A convenience constructor to create the class with a StringResolver and a Uri.


constructor(text: StringResolver? = null, icon: ImageSource? = null)

Parameters

text

The text to show within the tab.

icon

The icon to show within the tab.