RemotePluginSurfaceView constructor

RemotePluginSurfaceView({
  1. required RemotePluginSurfaceState surface,
  2. bool softWrap = false,
  3. Key? key,
})

Implementation

RemotePluginSurfaceView({
  required this.surface,
  this.softWrap = false,
  super.key,
});