CustomNavigationBarItem.work constructor

const CustomNavigationBarItem.work({
  1. Key? key,
})

Constructs a CustomNavigationBarItem for a HomeTab.work.

Implementation

const CustomNavigationBarItem.work({Key? key})
  : this._(
      key: key,
      tab: HomeTab.chats,
      child: const SvgIcon(SvgIcons.partner, key: Key('WorkButton')),
    );