FooterLocator constructor

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

Use in Box

Implementation

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