Style.maxHeight - multiple declarations

Function Style.maxHeight

max height constraint, SIZE_UNSPECIFIED if limit is not set

uint maxHeight() @property const;

Function Style.maxHeight

set max height constraint

Style maxHeight(
  int value
) @property;