dropShadow()
Adds a drop shadow effect.
dropShadow(dropShadow: BindingOrValue<number | undefined>): this;
Parameters
- dropShadow — The drop shadow height in pixels (approximate blur distance); negative values for inset shadows.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
