build method
Describes the part of the UI represented by this widget.
Implementation
@override
Widget build(BuildContext context) {
return Text(_renderRemotePluginSurface(surface), softWrap: softWrap);
}
Describes the part of the UI represented by this widget.
@override
Widget build(BuildContext context) {
return Text(_renderRemotePluginSurface(surface), softWrap: softWrap);
}