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