set

@JvmName(name = "setSize")
operator fun DslList<Int, ContextKt.AppManifestKt.IconKt.Dsl.SizeProxy>.set(index: Int, value: Int)
Specifies the sizes that a given icon is available in.

repeated uint32 size = 2;

Parameters

index

The index to set the value at.

value

The size to set.