PreviousPageHeaderWidget constructor
      const
      PreviousPageHeaderWidget({})
     
    
    
Implementation
const PreviousPageHeaderWidget({
  Key? key,
  this.color,
  this.backgroundColor,
  required this.linkNotifier,
}) : super(key: key);