LinkFooter constructor
      const
      LinkFooter({})
     
    
    
Implementation
const LinkFooter(
    {Key? key,
    required this.linkKey,
    double height: 0.0,
    LoadStyle loadStyle: LoadStyle.ShowAlways})
    : super(height: height, loadStyle: loadStyle, key: key);