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