copyWith method
Implementation
@override
NavigationCompassWidgetTheme copyWith({Color? surfaceColor}) {
return NavigationCompassWidgetTheme(
surfaceColor: surfaceColor ?? this.surfaceColor,
);
}
@override
NavigationCompassWidgetTheme copyWith({Color? surfaceColor}) {
return NavigationCompassWidgetTheme(
surfaceColor: surfaceColor ?? this.surfaceColor,
);
}