Widget.maxHeight - multiple declarations

Function Widget.maxHeight

returns max height constraint (SIZE_UNSPECIFIED if no constraint set)

Prototype

int maxHeight() @property;

Function Widget.maxHeight

set max height constraint (SIZE_UNSPECIFIED for no constraint)

Prototype

Widget maxHeight(
  int value
) @property;

Authors

Copyright

License