PrintRow constructor

PrintRow({
  1. String? text,
  2. int? fontSize,
  3. int? position,
})

Implementation

PrintRow({this.text, this.fontSize, this.position});