FlowDelegate constructor
- Listenable? repaint,
The flow will repaint whenever repaint
notifies its listeners.
Implementation
const FlowDelegate({ Listenable? repaint }) : _repaint = repaint;
The flow will repaint whenever repaint
notifies its listeners.
const FlowDelegate({ Listenable? repaint }) : _repaint = repaint;