float
fun MetaProvider.float(key: Name? = null): ReadOnlyProperty<Any?, Float?>
Content copied to clipboard
fun MetaProvider.float(default: Float, key: Name? = null): ReadOnlyProperty<Any?, Float>
Content copied to clipboard
fun MutableMetaProvider.float(key: Name? = null): ReadWriteProperty<Any?, Float?>
Content copied to clipboard
fun MutableMetaProvider.float(default: Float, key: Name? = null): ReadWriteProperty<Any?, Float>
Content copied to clipboard