$redraw property

void Function() $redraw

Lifecycle hook for 'redraw' phase.

Implementation

external void Function() get $redraw;
void $redraw=(void v())

Implementation

external set $redraw(void Function() v);