isBounded property
bool
get
isBounded
Whether output is constrained to a primary-screen viewport.
Implementation
bool get isBounded => isInline || screenMode == ScreenMode.fixed;
Whether output is constrained to a primary-screen viewport.
bool get isBounded => isInline || screenMode == ScreenMode.fixed;