PageExceptionWidget constructor

const PageExceptionWidget({
  1. Key? key,
  2. PageListException? exception,
  3. bool isSliver = true,
})

Implementation

const PageExceptionWidget({Key? key, this.exception,this.isSliver = true}) : super(key: key);