FixedPosition

FixedPosition is like StaticPosition, but its coordinates are always relative to the viewport, meaning they do not scroll with the parent content.

class FixedPosition : StaticPosition {}

Constructors

this
this(Widget parent)
Suggestion Box / Bug Report