PreviewPanel constructor
const
PreviewPanel({
- Key? key,
- ContentBuilder<
ContentItem> ? builder, - TypeDescriptor<
LayoutConfiguration< ? layout,ContentItem> > - FeatureDescriptor? feature,
Creates a new preview panel widget.
Implementation
const PreviewPanel({
super.key,
this.builder,
this.layout,
this.feature,
});