LinkFooter constructor

const LinkFooter({
  1. Key? key,
  2. required Key linkKey,
  3. double height = 0.0,
  4. LoadStyle loadStyle = LoadStyle.ShowAlways,
})

Implementation

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