shadeStyle
Creates and returns a new instance of ShadeStyle, configured using the provided builder function.
Return
A configured ShadeStyle instance. The modifications applied in the builder lambda are incorporated into the returned object.
Parameters
builder
A lambda function that applies custom configurations to the ShadeStyle instance. This lambda is called exactly once within the scope of this function.