Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

ReceiverWidget

Francesco Mineo edited this page Mar 20, 2019 · 1 revision

Intro

Used with a StreamedValue when the type is a widget to directly stream a widget to the view. Under the hood a StreamedWidget handles the stream and shows the widget.

Usage

ReceiverWidget(stream: streamedValue.outStream),
Clone this wiki locally