SliverHitTestEntry constructor
- RenderSliver target, {
- required double mainAxisPosition,
- required double crossAxisPosition,
Creates a sliver hit test entry.
Implementation
SliverHitTestEntry(
super.target, {
required this.mainAxisPosition,
required this.crossAxisPosition,
});