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