plusAssign
inline operator fun DslList<Int, ContextKt.AppManifestKt.IconKt.Dsl.SizeProxy>.plusAssign(value: Int)
Specifies the sizes that a given icon is available in.
Content copied to clipboard
repeated uint32 size = 2;
Parameters
value
The size to add.
inline operator fun DslList<Int, ContextKt.AppManifestKt.IconKt.Dsl.SizeProxy>.plusAssign(values: Iterable<Int>)
Specifies the sizes that a given icon is available in.
Content copied to clipboard
repeated uint32 size = 2;
Parameters
values
The size to add.