StarredMessagesView constructor

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

Implementation

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