SpanSlice constructor

const SpanSlice(
  1. PwBox box,
  2. Widget? rest
)

SpanSlice API.

Implementation

const SpanSlice(this.box, this.rest);