onNeedVisualUpdate property
void Function()?
onNeedVisualUpdate
final
Callback invoked when the layout system needs a visual update.
This callback should trigger a repaint or redraw of the UI when layout changes occur that affect visual appearance.
Implementation
final void Function()? onNeedVisualUpdate;