TRTCViewScope constructor

const TRTCViewScope({
  1. Key? key,
  2. required TRTCViewScopeEnum defaultScope,
  3. required ValueChanged<TRTCViewScopeEnum> onChanged,
})

Implementation

const TRTCViewScope({
  super.key,
  required this.defaultScope,
  required this.onChanged,
});