← Standard library

SliverGeometry

struct SliverGeometry
import SliverGeometry from Wax;

A sliver layout's scrollable extent and currently painted extent, in logical points.

Layout.wax:253

Members

scrollExtentfield

public float scrollExtent

The total extent contributed to scrolling.

Layout.wax:257

paintExtentfield

public float paintExtent

The extent painted for the current layout.

Layout.wax:261

constructorconstructor

public constructor (float scrollExtent, float paintExtent)

Stores the supplied scroll and paint extents.

Layout.wax:266

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.