tooltipTextColor property

Color get tooltipTextColor

Implementation

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