BottomLoader constructor

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

Implementation

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