FixedSpanExtent constructor

const FixedSpanExtent(
  1. double pixels
)

Creates a FixedSpanExtent.

The provided pixels value must be equal to or greater then zero.

Implementation

const FixedSpanExtent(this.pixels) : assert(pixels >= 0.0);