LayoutRange constructor

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

Implementation

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