Interpolation constructor

const Interpolation({
  1. required List<InterpolationNode> nodes,
})

Creates an Interpolation object with the given nodes.

Implementation

const Interpolation({
  required this.nodes,
});