Regular
data class Regular(val title: String?, val trailingAction: ModalHeaderAction, val leadingAction: ModalHeaderAction?) : ModalHeader(source)
This header allows the use of title and leading and trailing actions.
This header allows the use of title and leading and trailing actions.