ChartInteractionResult.none constructor

const ChartInteractionResult.none()

Creates a result representing no interaction.

All fields will be null and isHit will be false.

Implementation

const ChartInteractionResult.none()
  : point = null,
    segment = null,
    datasetIndex = null,
    elementIndex = null,
    isHit = false;