WidgetToolTextResponseConfig constructor

WidgetToolTextResponseConfig({
  1. String? staticText,
  2. String? textResponseInstruction,
  3. String? type,
})

Implementation

WidgetToolTextResponseConfig({
  this.staticText,
  this.textResponseInstruction,
  this.type,
});