FastChargeTipViewState

data class FastChargeTipViewState(val visible: State<Boolean> = mutableStateOf(false))

Constructors

Link copied to clipboard
constructor(visible: State<Boolean> = mutableStateOf(false))

Properties

Link copied to clipboard