const CUTopBar({final Key? key, this.leading, this.icon, this.title, this.actions}) : super(key: key);