ISpectPage constructor
const
ISpectPage({
- Key? key,
- String? appBarTitle = 'ISpect',
- TalkerDataBuilder? itemsBuilder,
- required ISpectOptions options,
Implementation
const ISpectPage({
super.key,
this.appBarTitle = 'ISpect',
this.itemsBuilder,
required this.options,
});