SimpleStepData
data class SimpleStepData( val toolbarData: ToolbarData? = null, val headerText: String = "", val footerText: String = "", val showHeader: Boolean = true, val footerButtonOnTap: () -> FlowLocation? = { FlowLocation.Next })
Content copied to clipboard
Class containing the data to be displayed on each Screen Step
Constructors
Link copied to clipboard
fun SimpleStepData( toolbarData: ToolbarData? = null, headerText: String = "", footerText: String = "", showHeader: Boolean = true, footerButtonOnTap: () -> FlowLocation? = { FlowLocation.Next })
Content copied to clipboard