NoRecordsFound constructor

const NoRecordsFound({
  1. Key? key,
})

Implementation

const NoRecordsFound({Key? key}) : super(key: key);