FontRun constructor

FontRun(
  1. String text,
  2. Font? font
)

Implementation

FontRun(this.text, this.font);