BoxShadowUtility<T extends Attribute> constructor
BoxShadowUtility<T extends Attribute> (
- T builder()
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());