onInverseSurface property

Color onInverseSurface

A color that's clearly legible when drawn on inverseSurface.

To ensure that an app is accessible, a contrast ratio between inverseSurface and onInverseSurface of at least 4.5:1 is recommended. See www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html.

Implementation

Color get onInverseSurface => _onInverseSurface ?? surface;