SimpleContourSelection constructor
const
SimpleContourSelection({})
Implementation
const SimpleContourSelection({
required this.x,
required this.y,
required this.value,
required this.lowerBound,
required this.upperBound,
required this.bandIndex,
this.nearestPoint,
});