Intermediate constructor
Intermediate({})
Implementation
Intermediate(
{Key? key,
required this.floatingLayoutWidth,
required this.floatingLayoutHeight,
required this.isFrontCameraDefault,
required this.onlyAudio,
required this.serverLink,
required this.channelName,
required this.appID})
: super(key: key);