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

Constructors

ShadowListUtility(T builder(List<ShadowDto>))
const

Properties

builder → T Function(List<ShadowDto>)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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