surfaceVariant property

Color? get surfaceVariant

Alternate surface color for visual differentiation (e.g., sidebar vs main). Falls back to surface when null.

Implementation

Color? get surfaceVariant => _resolveOrNull(_surfaceVariant);