unwrappedGradient property
Override the empty, transparent Gradient that this Foil transitions
to when isUnwrapped is made true.
By default, an attempt is made to match the Type of gradient to an
appropriately-typed empty gradient.
See NillGradients.linears, et al.
Implementation
final Gradient? unwrappedGradient;

