menu
anthology
Layout/Widgets/Scrolling/cache_height.dart
CacheHeight
CacheHeight.new const constructor
CacheHeight.new
dark_mode
light_mode
CacheHeight
constructor
const
CacheHeight
(
{
Key
?
key
,
Widget
?
child
,
required
List
<
double
?
>
heights
,
required
int
index
,
})
Implementation
const CacheHeight({ super.key, super.child, required this.heights, required this.index, });
anthology
cache_height
CacheHeight
CacheHeight.new const constructor
CacheHeight class