flet
flet copied to clipboard
Auto-update of `Control`
- New methods in some controls:
add()
,remove()
,insert()
- If
Control.auto_update=True
, then changing any property of the control should internally triggerControl.update()
TBD:
- [ ] Add
auto_update
prop to all controls