styleAttributes property

Attributes get styleAttributes

Получение свойств по умолчанию для объектов, к которым применён указанный слой.

Implementation

Attributes get styleAttributes {
  _CAttributes res = _CStyle_styleAttributes(_CStyleMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}