getLocalEffectStyles property

List<EffectStyle> Function() get getLocalEffectStyles

Implementation

_i2.List<_i3.EffectStyle> Function() get getLocalEffectStyles =>
    () => ((_i5.callMethod(
          _i5.getProperty(
            this,
            'getLocalEffectStyles',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getLocalEffectStyles (List<EffectStyle> value())

Implementation

set getLocalEffectStyles(_i2.List<_i3.EffectStyle> Function() value) {
  _i5.setProperty(
    this,
    'getLocalEffectStyles',
    _i5.allowInterop(value),
  );
}