CopyWith$Input$AttributePixelInput<TRes> constructor

CopyWith$Input$AttributePixelInput<TRes>(
  1. Input$AttributePixelInput instance,
  2. TRes then(
    1. Input$AttributePixelInput
    )
)

Implementation

factory CopyWith$Input$AttributePixelInput(
  Input$AttributePixelInput instance,
  TRes Function(Input$AttributePixelInput) then,
) = _CopyWithImpl$Input$AttributePixelInput;