TRTCViewScope constructor
const
TRTCViewScope({
- Key? key,
- required TRTCViewScopeEnum defaultScope,
- required ValueChanged<
TRTCViewScopeEnum> onChanged,
Implementation
const TRTCViewScope({
super.key,
required this.defaultScope,
required this.onChanged,
});