FooterLocator.sliver constructor

const FooterLocator.sliver({
  1. Key? key,
})

User in Sliver

Implementation

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