JchuProgressButtonState

data class JchuProgressButtonState(val title: String, val isLoading: Boolean = false, val isEnabled: Boolean = true)

Platform-neutral state for progress buttons rendered by Compose or SwiftUI.

Constructors

Link copied to clipboard
constructor(title: String, isLoading: Boolean = false, isEnabled: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard