DashboardView constructor
const
DashboardView({})
Implementation
const DashboardView({Key? key, this.title,this.enableAppBar=true,
this.showBackIcon=true, this.showSearchMenu = true,
this.showCreateGroup = true, this.showSettings = true,
this.showNewChat = true, this.showChatDeliveryIndicator = true, this.onFocusGain}) : super(key: key);