setupCache method

  1. @override
ChildLayoutCache setupCache()
override

Creates a new cache instance for flex child layout operations.

Returns a FlexChildLayoutCache configured for storing flex-specific layout calculations including basis sizes, flex factors, and alignment data.

Implementation

@override
ChildLayoutCache setupCache() {
  return FlexChildLayoutCache();
}