ChunkFunction

@Serializable
data class ChunkFunction(val functionName: String, val nodes: List<ImageVectorNode>) : ImageVectorNode(source)

A Chunk function wrapper to separate the icon instructions in smaller pieces.

Constructors

Link copied to clipboard
constructor(functionName: String, nodes: List<ImageVectorNode>)

Properties

Link copied to clipboard
open override val approximateByteSize: Int

Represents the approximate bytecode size accounted for by the current type or instruction within a method.

Link copied to clipboard
Link copied to clipboard
open override val imports: Set<String>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Create the chunk function wrapping the path/group instructions within a smaller method.

Link copied to clipboard
open override fun materialize(): String