isIndexStateInLayoutRange abstract method
check if the state is created. that is, is the indexed widget is layout out. NOTE: state created doesn't mean it's in viewport. it could be a buffer range, depending on flutter's implementation.
Implementation
bool isIndexStateInLayoutRange(int index);