findChildIndexBuilder method
Indicates how would the grid found a reusable RenderObject through id
.
为 Grid 布局指示如何找到可复用的 RenderObject。
See also:
Implementation
int? findChildIndexBuilder({
required String id,
required List<Asset> assets,
int placeholderCount = 0,
}) =>
null;