textColor property

Color get textColor

Implementation

Color get textColor =>
    isDark ? Colors.white.withOpacity(.85) : const Color(0xff2a2a2a);