CopyWith$Input$FontInput<TRes> constructor

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

Implementation

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