Line constructor

Line({
  1. String? text,
})

Implementation

Line({this.text});