afterMount method

  1. @protected
void afterMount()

After mount hook.

This hook gets called after widget is mounted on the screen, happens exactly one time during lifetime of an element.

Implementation

@protected
void afterMount() {}