StringData constructor

const StringData(
  1. String text,
  2. double width
)

Implementation

const StringData(this.text, this.width);