AliceCallResponseWidget constructor

const AliceCallResponseWidget(
  1. AliceHttpCall call, {
  2. Key? key,
})

Implementation

const AliceCallResponseWidget(this.call, {Key? key}) : super(key: key);