Widget.layoutWidth - multiple declarations

Function Widget.layoutWidth

sets layout width options (WRAP_CONTENT, FILL_PARENT, or some constant value)

Widget layoutWidth(
  int value
) @property;

Function Widget.layoutWidth

returns layout width options (WRAP_CONTENT, FILL_PARENT, some constant value or percent but only for one widget in layout)

int layoutWidth() @property;