FleetListStatusHeader constructor
Implementation
const FleetListStatusHeader({
super.key,
required this.status,
this.count = 0,
this.isPinned = false,
this.isExpanded = false,
this.onIsExpandedChanged,
});
const FleetListStatusHeader({
super.key,
required this.status,
this.count = 0,
this.isPinned = false,
this.isExpanded = false,
this.onIsExpandedChanged,
});