Widget.clickable - multiple declarations

Function Widget.clickable

Widget clickable(
  bool flg
) @property;

Function Widget.clickable

when true, user can click this control, and get onClick listeners called

bool clickable() @property;