BoxShadowUtility<T extends Attribute> constructor

BoxShadowUtility<T extends Attribute>(
  1. T builder(
    1. BoxShadowDto
    )
)

Creates a new BoxShadowUtility instance.

The builder function is used to create new instances of T.

Implementation

BoxShadowUtility(super.builder) : super(valueToDto: (value) => value.toDto());