ShadowListUtility<T extends Attribute> class
A utility class for building Attribute instances from a list of ShadowDto objects.
This class extends MixUtility and provides a convenient way to create Attribute instances by transforming a list of BoxShadow objects into a list of ShadowDto objects.
- Inheritance
-
- Object
- MixUtility<
T, List< ShadowDto> > - ShadowListUtility
Constructors
-
ShadowListUtility(T builder(List<
ShadowDto> )) -
const
Properties
Methods
-
call(
List< Shadow> shadows) → T - Creates an Attribute instance from a list of BoxShadow objects.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited