focus property
void Function()
get
focus
Implementation
void Function() get focus => () => _i4.callMethod(
_i4.getProperty(
this,
'focus',
),
r'call',
[this],
);
set
focus
(void value())
Implementation
set focus(void Function() value) {
_i4.setProperty(
this,
'focus',
_i4.allowInterop(value),
);
}