invertedTextColor property

Color invertedTextColor

Implementation

Color get invertedTextColor => _isLight ? neutral0 : neutral1000;