Widget.state - multiple declarations

Function Widget.state

set new widget state (set of flags from State enum)

Widget state(
  uint newState
) @property;

Function Widget.state

widget state (set of flags from State enum)

uint state() @property const;