HeaderWidget constructor
      const
      HeaderWidget({})
     
    
    
Implementation
const HeaderWidget(
    {super.key,
    required this.headerTitle,
    required this.backgroundColor,
    required this.headerStyle,
    this.suffixWidget,
    this.centerHeader,
    this.headerHeight,
    this.prefixWidget});