ISpectPage constructor

const ISpectPage({
  1. Key? key,
  2. String? appBarTitle = 'ISpect',
  3. TalkerDataBuilder? itemsBuilder,
  4. required ISpectOptions options,
})

Implementation

const ISpectPage({
  super.key,
  this.appBarTitle = 'ISpect',
  this.itemsBuilder,
  required this.options,
});