style property

Style get style

Get the current style as a Style object.

Implementation

Style get style => Style(
      fg: fg,
      bg: bg,
      fgRgb: fgRgb,
      bgRgb: bgRgb,
      fgIndexed: fgIndexed,
      bgIndexed: bgIndexed,
      addModifier: modifier,
    );