VtStyleColor.palette constructor

const VtStyleColor.palette(
  1. int index
)

Implementation

const VtStyleColor.palette(int index)
  : this._(
      tag: bindings.GhosttyStyleColorTag.GHOSTTY_STYLE_COLOR_PALETTE,
      paletteIndex: index,
    );