stickToBorder property

bool get stickToBorder

Specifies whether sublocation content sticks to screen borders. If true, content sticks to screen bounds; if false, content is centered. Default: true.

Example:

// Set stick to border property
_locationWindow!.stickToBorder = true;
print("Set stick to border to true");

Implementation

bool get stickToBorder;
set stickToBorder (bool stickToBorder)

Implementation

void set stickToBorder(bool stickToBorder);