ISpectPage constructor

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

Implementation

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