TextList constructor

TextList({
  1. List<Text>? values,
})

Implementation

TextList({
  this.values,
});