BoxShadowUtility<T extends Attribute> class

A utility class for working with BoxShadow attributes.

This class provides methods to create and modify BoxShadow instances using a fluent API.

Inheritance

Constructors

BoxShadowUtility(T builder(BoxShadowDto))
Creates a new BoxShadowUtility instance.

Properties

blurRadius DoubleUtility<T>
A utility for setting the BoxShadow.blurRadius property.
latefinal
builder → T Function(BoxShadowDto)
finalinherited
color ColorUtility<T>
A utility for setting the BoxShadow.color property.
latefinal
hashCode int
The hash code for this object.
no setterinherited
offset OffsetUtility<T>
A utility for setting the BoxShadow.offset property.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius DoubleUtility<T>
A utility for setting the BoxShadow.spreadRadius property.
latefinal

Methods

as(BoxShadow value) → T
inherited
call({Color? color, Offset? offset, double? blurRadius, double? spreadRadius}) → T
Creates a new Attribute with the specified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({ColorDto? color, Offset? offset, double? blurRadius, double? spreadRadius}) → T
Creates a new Attribute with the specified properties.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited