layoutCallback abstract method

  1. @visibleForOverriding
void layoutCallback()

The layout callback to be invoked during performLayout.

This method should not be invoked directly. Instead, call runLayoutCallback in the performLayout implementation. This callback will be invoked using invokeLayoutCallback.

Implementation

@visibleForOverriding
void layoutCallback();