Widget.receivesDefault

Set receivesDefault property.

  1. bool receivesDefault [@property getter]
  2. bool receivesDefault [@property setter]
    class Widget
    @property
    void
    receivesDefault
    (
    bool propval
    )

Parameters

propval bool

Whether the widget will receive the default action when it is focused.