contrastTextColor property

Color get contrastTextColor

Implementation

Color get contrastTextColor => isLight ? Colors.black : Colors.white;