Widget.maxHeight - multiple declarations

Function Widget.maxHeight

set max height constraint (SIZE_UNSPECIFIED for no constraint)

Widget maxHeight(
  int value
) @property;

Function Widget.maxHeight

returns max height constraint (SIZE_UNSPECIFIED if no constraint set)

int maxHeight() @property;