TopNavigationLookAndFeelHoverOrFocus.fromJson constructor
Implementation
factory TopNavigationLookAndFeelHoverOrFocus.fromJson(
Map<String, Object?> json) {
return TopNavigationLookAndFeelHoverOrFocus(
backgroundColor: json[r'backgroundColor'] as String?,
color: json[r'color'] as String?,
);
}