EmptyCreationExtras
Functions
Link copied to clipboard
inline fun CreationExtras.edit(builderAction: MutableCreationExtrasBuilder.() -> Unit): CreationExtras
Edits this CreationExtras by populating a MutableCreationExtrasBuilder using the given builderAction. Content of this CreationExtras will be copied into the resulting MutableCreationExtrasBuilder first. Then the builderAction will be applied to the MutableCreationExtrasBuilder.