hasInitialized property
bool
get
hasInitialized
Check if the controller has been initialized with the necessary components.
Implementation
bool get hasInitialized => itemScrollController != null && itemPositionsListener != null;