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