ReplayEventHistoryBrowser constructor
ReplayEventHistoryBrowser({
- required List<
ReplayEventPresentation> events, - required ReplayEventHistoryState state,
- required ValueCmdCallback<
ReplayEventHistoryState> ? onStateChanged, - String title = 'Replay History',
- int maxItems = 5,
- bool showTypeChips = false,
- bool showFilterChips = true,
- bool showModeChips = true,
- bool showExpandToggle = true,
- bool showFilterSummary = true,
- bool showModeSummary = true,
- Key? key,
Implementation
ReplayEventHistoryBrowser({
required this.events,
required this.state,
required this.onStateChanged,
this.title = 'Replay History',
this.maxItems = 5,
this.showTypeChips = false,
this.showFilterChips = true,
this.showModeChips = true,
this.showExpandToggle = true,
this.showFilterSummary = true,
this.showModeSummary = true,
super.key,
});