ChatThreadProcessingStatusRow constructor
const
ChatThreadProcessingStatusRow({})
Implementation
const ChatThreadProcessingStatusRow({
super.key,
required this.text,
this.startedAt,
this.totalBytes,
this.linesAdded,
this.linesRemoved,
this.onCancel,
this.showCancelButton = false,
this.cancelEnabled = true,
});