RemotePluginSurfaceView constructor
RemotePluginSurfaceView({
- required RemotePluginSurfaceState surface,
- bool softWrap = false,
- Key? key,
Implementation
RemotePluginSurfaceView({
required this.surface,
this.softWrap = false,
super.key,
});