customizeTabBarAppearance method
Customizes the tab bar appearance
Implementation
Future<void> customizeTabBarAppearance({
String? backgroundColor,
String? selectedItemColor,
String? unselectedItemColor,
bool? translucent,
}) {
throw UnimplementedError('customizeTabBarAppearance() has not been implemented.');
}