createSlideRow property
SlideRowNode Function([num?])
get
createSlideRow
Implementation
_i3.SlideRowNode Function([_i2.num?]) get createSlideRow =>
([_i2.num? p0]) => _i5.callMethod(
_i5.getProperty(
this,
'createSlideRow',
),
r'call',
[
this,
p0 ?? _i7.undefined,
],
);
set
createSlideRow
(SlideRowNode value([num?]))
Implementation
set createSlideRow(_i3.SlideRowNode Function([_i2.num?]) value) {
_i5.setProperty(
this,
'createSlideRow',
_i5.allowInterop(value),
);
}