onLayout method

  1. @protected
FutureOr<void> onLayout()

Called when the layout phase of the frame is complete. This method can be overridden to perform additional actions.

Implementation

@protected
FutureOr<void> onLayout() {}