StyledChar constructor

StyledChar(
  1. String char,
  2. Style style
)

Creates a StyledChar mapping a grapheme string to its style.

Implementation

StyledChar(this.char, this.style);