FooterLocator.sliver constructor

const FooterLocator.sliver({
  1. Key? key,
  2. double paintExtent = 0,
  3. bool clearExtent = true,
})

User in Sliver

Implementation

const FooterLocator.sliver({
  Key? key,
  this.paintExtent = 0,
  this.clearExtent = true,
})  : _isSliver = true,
      super(key: key);