complement method

Color complement()

Returns the complementary color for dynamic matching

Implementation

Color complement() => TinyColor.fromColor(this).complement().toColor();