TogeSystemTrayHeaderWidget constructor
const
TogeSystemTrayHeaderWidget({})
Creates a TogeSystemTrayHeaderWidget.
headerText: The main header string.description: A subtitle or explanatory text.customHeaderWidget: If provided, this overrides all other header layout.
Implementation
const TogeSystemTrayHeaderWidget({
super.key,
this.headerText,
this.description,
this.customHeaderWidget,
});