getTextColor method

Color? getTextColor()

Implementation

Color? getTextColor() {
  return isEnable ? textColor : disableTextColor ?? textColor;
}