build abstract method
Called when the tab item is build.
context
BuildContext instance;index
tab index;active
tab state;
Implementation
Widget build(BuildContext context, int index, bool active);
Called when the tab item is build.
context
BuildContext instance;index
tab index;active
tab state;Widget build(BuildContext context, int index, bool active);