harmonized method
- ColorScheme dynamic
Returns an instance of CustomColors in which the following custom
colors are harmonized with dynamic's ColorScheme.primary.
See also:
Implementation
CustomColors harmonized(ColorScheme dynamic) {
return copyWith();
}