Fixed

class Fixed(val value: Dp) : BaseAxis.Size

Instructs a BaseAxis to adopt the given size.

Constructors

Link copied to clipboard
constructor(value: Dp)

Properties

Link copied to clipboard
val value: Dp

the size.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int