ComposeOffset

@Serializable
data class ComposeOffset(val x: Float?, val y: Float?) : ComposeType<Pair<Float?, Float?>> , MethodSizeAccountable(source)

Constructors

Link copied to clipboard
constructor(x: Float?, y: Float?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val approximateByteSize: Int

Represents the approximate bytecode size accounted for by the current type or instruction within a method.

Link copied to clipboard
open override val imports: Set<String>
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val value: Pair<Float?, Float?>
Link copied to clipboard
val x: Float?
Link copied to clipboard
val y: Float?

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toCompose(): String

Provides a way to get the canonical string representation of the ComposeType implementation.