ColorInformation constructor

ColorInformation(
  1. Range range,
  2. Color color
)

Implementation

factory ColorInformation(
  _i3.Range range,
  _i3.Color color,
) =>
    _i5.callConstructor(
      _declaredColorInformation,
      [
        range,
        color,
      ],
    );