ToolbarData

data class ToolbarData(val title: String = "", val isUpButtonVisible: Boolean = false, var isTitleVisible: Boolean = true)

Class containing Toolbar data from the Step

Constructors

Link copied to clipboard
constructor(title: String = "", isUpButtonVisible: Boolean = false, isTitleVisible: Boolean = true)

Properties

Link copied to clipboard

True if the title layout should be displayed in the toolbar, false otherwise

Link copied to clipboard

isUpButtonVisible true if the Up button should be displayed in the toolbar, false otherwise

Link copied to clipboard

Text that will be shown in the action bar when showing this Step