DeskStatusPill constructor
const
DeskStatusPill({
- Key? key,
- required DocumentVersionStatus status,
- bool hasUnsavedChanges = false,
Implementation
const DeskStatusPill({
super.key,
required this.status,
this.hasUnsavedChanges = false,
});