isBounded property

bool get isBounded

Whether output is constrained to a primary-screen viewport.

Implementation

bool get isBounded => isInline || screenMode == ScreenMode.fixed;