ReplayEventPanel constructor

ReplayEventPanel({
  1. required ReplayEventPresentation presentation,
  2. String title = 'Replay Event',
  3. int maxDetailLines = 4,
  4. Key? key,
})

Implementation

ReplayEventPanel({
  required this.presentation,
  this.title = 'Replay Event',
  this.maxDetailLines = 4,
  super.key,
});