onAfterViewInit property

(dynamic Function()?) onAfterViewInit
final

Called when this object is inserted into the tree and rendered in the build.

The framework will call this method exactly once for each State object it creates.

Implementation

final Function()? onAfterViewInit;