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