TabPane constructor
Implementation
TabPane(
{@required this.items,
this.selectedTabColor = Colors.orange,
this.unSelectedTabColor = Colors.white,
this.borderColor = Colors.orange,
this.tabRadius = 10});
TabPane(
{@required this.items,
this.selectedTabColor = Colors.orange,
this.unSelectedTabColor = Colors.white,
this.borderColor = Colors.orange,
this.tabRadius = 10});