NotificationNotWorkingView constructor

const NotificationNotWorkingView({
  1. Key? key,
  2. bool enableAppBar = true,
})

Implementation

const NotificationNotWorkingView({super.key, this.enableAppBar = true});