LayoutRange constructor

const LayoutRange(
  1. double start,
  2. double end
)

Creates a layout range from start to end.

Implementation

const LayoutRange(this.start, this.end);