FloatValue

data class FloatValue(val value: Float) : UiTextArgument(source)

A floating-point argument.

Constructors

Link copied to clipboard
constructor(value: Float)

Properties

Link copied to clipboard

the argument value.