menu
more package
documentation
more.dart
RTreeEntry<T>
RTreeEntry constructor
RTreeEntry constructor
dark_mode
light_mode
RTreeEntry<
T
>
constructor
RTreeEntry<
T
>
(
Bounds
bounds
, {
T?
data
,
RTreeNode
<
T
>
?
child
,
})
Implementation
RTreeEntry(this.bounds, {this.data, this.child});
more package
documentation
more
RTreeEntry<T>
RTreeEntry constructor
RTreeEntry class