build method
Called when the tab item is build.
contextBuildContext instance;indextab index;activetab state;
Implementation
@override
Widget build(BuildContext context, int index, bool active) {
controller.appendConvexItem(index);
return controller.buildConvexItem(context, index, active);
}