build abstract method
Construct a new widget which represent the tab item with custom badge.
context
BuildContext instance;child
the tab item Widget;index
index of the tab item;active
active state for the index;
Implementation
Widget build(BuildContext context, Widget child, int index, bool active);