ReplayEventPanel constructor
ReplayEventPanel({
- required ReplayEventPresentation presentation,
- String title = 'Replay Event',
- int maxDetailLines = 4,
- Key? key,
Implementation
ReplayEventPanel({
required this.presentation,
this.title = 'Replay Event',
this.maxDetailLines = 4,
super.key,
});