Widget.receivesDefault
bool receivesDefault() @property nothrowGet receivesDefault property.
Returns
Whether the widget will receive the default action when it is focused.
void receivesDefault(bool propval) @property nothrowSet receivesDefault property.
Parameters
propval | Whether the widget will receive the default action when it is focused. |