CustomNavigationBarItem.work constructor
- 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')),
);