load method

void load()

Loads the component. It's used to load the component programmatically.

Implementation

void load() {
  _onLoadCallback?.call();
  notifyListeners();
}