GenUiExampleSurface constructor

const GenUiExampleSurface({
  1. Key? key,
  2. required Catalog catalog,
  3. required CatalogItem item,
  4. int exampleIndex = 0,
})

Creates a GenUiExampleSurface.

Implementation

const GenUiExampleSurface({
  super.key,
  required this.catalog,
  required this.item,
  this.exampleIndex = 0,
});