ImageTextButton.fontWeight - multiple declarations

Function ImageTextButton.fontWeight

returns font weight

override ushort fontWeight() @property const;

Function ImageTextButton.fontWeight

set font weight for widget - override one from style

override Widget fontWeight(
  int weight
) @property;