copyWith method
Implementation
MenusLookAndFeelHoverOrFocus copyWith({String? backgroundColor}) {
return MenusLookAndFeelHoverOrFocus(
backgroundColor: backgroundColor ?? this.backgroundColor,
);
}
MenusLookAndFeelHoverOrFocus copyWith({String? backgroundColor}) {
return MenusLookAndFeelHoverOrFocus(
backgroundColor: backgroundColor ?? this.backgroundColor,
);
}