ComponentLibraryPage constructor

const ComponentLibraryPage({
  1. Key? key,
  2. bool isPicker = false,
  3. String? filterType,
})

Implementation

const ComponentLibraryPage({
  super.key,
  this.isPicker = false,
  this.filterType,
});