overflowAnchor property

String overflowAnchor

Implementation

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

Implementation

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