FlowDelegate constructor

const FlowDelegate({Listenable repaint })

The flow will repaint whenever repaint notifies its listeners.

Implementation

const FlowDelegate({ Listenable repaint }) : _repaint = repaint;