FlowDelegate constructor

const FlowDelegate(
  1. {Listenable? repaint}
)

The flow will repaint whenever repaint notifies its listeners.

Implementation

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