VideoCallWidget constructor

const VideoCallWidget(
  1. Key key,
  2. String agoraAppKey,
  3. AgoraRtmClient rtmClient,
  4. String userId,
  5. String name,
  6. String portraitUri,
  7. int meUid,
  8. bool call,
  9. bool direct, {
  10. VideoCallDelegate? delegate,
  11. Widget? closeWidget,
  12. int type = 0,
  13. int? toyCost,
  14. MatchEntity? matchEntity,
  15. int videoMatchTime = 0,
  16. int videoMatchDownTime = 0,
  17. double bottomBarHeight = 0,
  18. bool gui = false,
  19. bool position = false,
  20. double? left,
  21. double? top,
  22. double? right,
  23. double? bottom,
  24. double? borderRadius,
})

Implementation

const VideoCallWidget(Key key, this.agoraAppKey, this.rtmClient, this.userId,
    this.name, this.portraitUri, this.meUid, this.call, this.direct,
    {this.delegate,
    this.closeWidget,
    this.type = 0,
    this.toyCost,
    this.matchEntity,
    this.videoMatchTime = 0,
    this.videoMatchDownTime = 0,
    this.bottomBarHeight = 0,
    this.gui = false,
    this.position = false,
    this.left,
    this.top,
    this.right,
    this.bottom,
    this.borderRadius})
    : super(key: key);