createComponent property
ComponentNode Function()
get
createComponent
Implementation
_i3.ComponentNode Function() get createComponent => () => _i5.callMethod(
_i5.getProperty(
this,
'createComponent',
),
r'call',
[this],
);
set
createComponent
(ComponentNode value())
Implementation
set createComponent(_i3.ComponentNode Function() value) {
_i5.setProperty(
this,
'createComponent',
_i5.allowInterop(value),
);
}