--fix-height
Flag
When applied, this will force dedicated layer's height
to be ignore responsive height
, use current height
as fixed height
instead.
Syntax
`--fix-height${"="typeof boolean}`
Examples
--fix-height
--fix-height=true
--fix-height=false
--fix-height=True
--fix-height=False
--fix-height=yes
--fix-height=no
Behaviour
Modifying Properties
For fixing the sizing, we also specify min
and max
values as well. Here is the list of properties that will be modified by platforms.
- Web, css based frameworks
- Flutter, Using
ConstrainedBox
Widgetheight
minHeight
maxHeight