SimpleStepData

fun SimpleStepData(    toolbarData: ToolbarData? = null,     headerText: String = "",     footerText: String = "",     showHeader: Boolean = true,     footerButtonOnTap: () -> FlowLocation? = { FlowLocation.Next })