The range of items currently displayed by a virtual layout.
1.0.0
new(start:Int, end:Int)
Creates a VirtualLayoutRange object with the given arguments.
VirtualLayoutRange
end:Int
The end index of the range. Inclusive.
start:Int
The start index of the range. Inclusive.