RecordedStencil constructor

const RecordedStencil(
  1. StencilState front,
  2. StencilState? back
)

Implementation

const RecordedStencil(this.front, this.back);