callback property

(void Function()?) callback
final

Callback to call when the element for this widget is mounted.

Implementation

final void Function()? callback;