TabOptionsSoweto constructor
const
TabOptionsSoweto({})
Implementation
const TabOptionsSoweto({
Key? key,
required this.label,
required this.icon,
required this.isActive,
required this.onClick, required this.defaultColor,
}) : super(key: key);