StatusStrip constructor

const StatusStrip({
  1. required ViewStatus status,
  2. required UiTargetSnapshot? snapshot,
  3. required int issueCount,
  4. VoidCallback? onCopySourceHash,
  5. VoidCallback? onToggleOverlay,
  6. Key? key,
})

Implementation

const StatusStrip({
  required this.status,
  required this.snapshot,
  required this.issueCount,
  this.onCopySourceHash,
  this.onToggleOverlay,
  super.key,
});