ContentItem constructor

ContentItem({
  1. required String schemaType,
  2. LayoutConfiguration<ContentItem>? layout,
})

Implementation

ContentItem({
  required this.schemaType,
  this.layout,
});