AppTabButton constructor
AppTabButton({})
Implementation
AppTabButton(
{Key? key,
required this.isActive,
required this.onPressed,
required this.tabName,
required this.mainColor,
this.isNew = false})
: super(key: key);