textStyle property

TextStyle get textStyle

Получение и установка стиля подписи кластера.

Implementation

TextStyle get textStyle {
  _CTextStyle res = _CSimpleClusterObject_textStyle(_CSimpleClusterObjectMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}
set textStyle (TextStyle style)

Implementation

set textStyle(TextStyle style) {
  var _a1 = style._copyFromDartTo_CTextStyle();
  void res = _CSimpleClusterObject_setTextStyle_CTextStyle(_CSimpleClusterObjectMakeDefault().._impl=_self, _a1);
  _a1._releaseIntermediate();
  return res;
}