Skip to content

Instantly share code, notes, and snippets.

@rygelouv
Created April 24, 2022 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rygelouv/caea277c3fba087a84a1d70b7caebace to your computer and use it in GitHub Desktop.
Save rygelouv/caea277c3fba087a84a1d70b7caebace to your computer and use it in GitHub Desktop.
data class TransactionUI(
val title: String = "",
val type: String = "",
val image: String = "",
val amount: String = "",
val date: String = "",
val color: Color = Color.Yellow
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment