getLocalGridStyles property

List<GridStyle> Function() get getLocalGridStyles

Implementation

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

Implementation

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