SliverGeometry
struct SliverGeometryimport SliverGeometry from Wax;A sliver layout's scrollable extent and currently painted extent, in logical points.
Members
scrollExtentfield
public float scrollExtentThe total extent contributed to scrolling.
paintExtentfield
public float paintExtentThe extent painted for the current layout.
constructorconstructor
public constructor (float scrollExtent, float paintExtent)Stores the supplied scroll and paint extents.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.