PreviewPanel constructor

const PreviewPanel({
  1. Key? key,
  2. ContentBuilder<ContentItem>? builder,
  3. TypeDescriptor<LayoutConfiguration<ContentItem>>? layout,
  4. FeatureDescriptor? feature,
})

Creates a new preview panel widget.

Implementation

const PreviewPanel({
  super.key,
  this.builder,
  this.layout,
  this.feature,
});