textAnchor property

String textAnchor

Implementation

_i2.String get textAnchor => _i4.getProperty(
      this,
      'textAnchor',
    );
void textAnchor=(String value)

Implementation

set textAnchor(_i2.String value) {
  _i4.setProperty(
    this,
    'textAnchor',
    value,
  );
}