recorderStream property

StreamController<Widget?> recorderStream
latefinal

Send widgets to the recorder widget which will draw them.

Implementation

late final StreamController<Widget?> recorderStream;