TalkerView constructor
const
TalkerView({
- Key? key,
- required Talker talker,
- TalkerViewController? controller,
- ScrollController? scrollController,
- TalkerScreenTheme theme = const TalkerScreenTheme(),
- String? appBarTitle,
- TalkerDataBuilder? itemsBuilder,
- Widget? appBarLeading,
- List<
CustomSettingsGroup> customSettings = const [], - bool isLogsExpanded = true,
- bool isLogOrderReversed = true,
Implementation
const TalkerView({
Key? key,
required this.talker,
this.controller,
this.scrollController,
this.theme = const TalkerScreenTheme(),
this.appBarTitle,
this.itemsBuilder,
this.appBarLeading,
this.customSettings = const [],
this.isLogsExpanded = true,
this.isLogOrderReversed = true,
}) : super(key: key);