ResultView
data class ResultView(val outcome: PresentmentOutcome, val title: String, val detail: String? = null)
What a result screen shows: the animated badge, a title and an optional line under it.
What a result screen shows: the animated badge, a title and an optional line under it.