getColoFor_TextAndDecoration method

Color getColoFor_TextAndDecoration()
inherited

Implementation

Color getColoFor_TextAndDecoration() {
  return widget.background_Color == null ? XColors.foregroundLight : (ThemeData.estimateBrightnessForColor(widget.background_Color!(widget.itemSelected)) == Brightness.dark ? XColors.foregroundLight : XColors.foregroundDark);
}