TextValueLine constructor

TextValueLine({
  1. required List<TextItem> values,
})

Implementation

TextValueLine({
  required this.values,
});