Updated on 2026-08-14
This commit is contained in:
parent
5e083c40d9
commit
405e892af8
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package com.tangem.features.foryou.impl.components.state
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import com.tangem.core.ui.extensions.TextReference
|
||||
import java.math.BigDecimal
|
||||
|
|
@ -17,6 +18,8 @@ import java.math.BigDecimal
|
|||
* @param fiatValue Pre-formatted fiat value of the slice (e.g. `"$5,720.22"`). Shown in the selection
|
||||
* tooltip next to the share. Empty by default.
|
||||
*/
|
||||
|
||||
@Immutable
|
||||
internal data class DonutSegmentUM(
|
||||
val color: Color,
|
||||
val weight: BigDecimal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue