BlockedListView constructor

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

Implementation

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