color property

Color? color
final

Optional color override for tinting the entire logo.

Applies a uniform color filter to the SVG paths using BlendMode.srcIn, allowing theme-aware customization (e.g., matching ArcaneTheme.primaryColor). If omitted, the logo retains its original multi-color design, which integrates well with Glass or GlowCard backgrounds for visual depth.

Implementation

final Color? color;