Widget.fontWeight - multiple declarations

Function Widget.fontWeight

returns font weight

ushort fontWeight() @property const;

Function Widget.fontWeight

set font weight for widget - override one from style

Widget fontWeight(
  int weight
) @property;