DashboardView constructor
const
DashboardView({})
Implementation
const DashboardView(
{super.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.chatLimit = 20,
this.onFocusGain});