TextTileRepeater constructor

TextTileRepeater({
  1. String? title,
  2. List<String>? options,
  3. ValueChanged<String>? onChanged,
})

Implementation

TextTileRepeater({this.title, this.options, this.onChanged});