StatusStrip constructor
const
StatusStrip({
- required ViewStatus status,
- required UiTargetSnapshot? snapshot,
- required int issueCount,
- VoidCallback? onCopySourceHash,
- VoidCallback? onToggleOverlay,
- Key? key,
Implementation
const StatusStrip({
required this.status,
required this.snapshot,
required this.issueCount,
this.onCopySourceHash,
this.onToggleOverlay,
super.key,
});