TextTileRepeater constructor
TextTileRepeater({
- String? title,
- List<
String> ? options, - ValueChanged<
String> ? onChanged,
Implementation
TextTileRepeater({this.title, this.options, this.onChanged});