effectiveForegroundStyle property

TextStyle effectiveForegroundStyle

Computed foreground text style with foreground color

Implementation

TextStyle get effectiveForegroundStyle {
  return TextStyle(color: foregroundColor).merge(foregroundStyle);
}