onPreload abstract method

bool onPreload(
  1. int index
)

A callback that is called before a tab activates subclasses can override this to preload the widget associated with the tab

Implementation

bool onPreload(int index);