initialInViewIds property Null safety
final
The String list of ids of the child widgets that should be initialized as inView when the list view is built for the first time.
Implementation
final List<String> initialInViewIds;
The String list of ids of the child widgets that should be initialized as inView when the list view is built for the first time.
final List<String> initialInViewIds;