textColor method

Color textColor()

Implementation

Color textColor() => darkTheme ? const Color(0xffffffff) : const Color(0xff444444);