BottomLoader constructor

const BottomLoader({
  1. Key? key,
  2. bool loadedAll = false,
  3. bool sliver = false,
})

Implementation

const BottomLoader({Key? key, this.loadedAll = false, this.sliver = false}): super(key: key);