AgoraVideoViewer constructor Null safety
- {Key? key,
- required AgoraClient client,
- Layout layoutType,
- double? floatingLayoutContainerHeight,
- double? floatingLayoutContainerWidth,
- EdgeInsets? floatingLayoutMainViewPadding,
- EdgeInsets? floatingLayoutSubViewPadding,
- Widget? disabledVideoWidget,
- bool showAVState,
- bool showNumberOfUsers}
Implementation
const AgoraVideoViewer({
Key? key,
required this.client,
this.layoutType = Layout.grid,
this.floatingLayoutContainerHeight,
this.floatingLayoutContainerWidth,
this.floatingLayoutMainViewPadding,
this.floatingLayoutSubViewPadding,
this.disabledVideoWidget,
this.showAVState = false,
this.showNumberOfUsers = false,
}) : super(key: key);