textColor property

Color textColor

Implementation

Color get textColor => _isDark ? Colors.white : Colors.black;