PathFillType
@Serializable(with = PathFillTypeSerializer::class)
This is a wrapper class for the PathFillType property of the Compose UI library.
It encapsulates the value of the PathFillType as a string and provides utility methods for conversion and string representation.
The class is defined as an inline class to minimise memory overhead.
There are two predefined instances available: EvenOdd and NonZero, representing the two supported fill types in Android Compose.
The toString method is overridden to return the encapsulated string value.
Properties
Functions
Link copied to clipboard
Provides a way to get the canonical string representation of the ComposeType implementation.