foregroundColor property

Color get foregroundColor

Implementation

Color get foregroundColor => isDark ? Colors.white : Colors.black;