overflowAnchor property
String
get
overflowAnchor
Implementation
_i2.String get overflowAnchor => _i4.getProperty(
this,
'overflowAnchor',
);
set
overflowAnchor
(String value)
Implementation
set overflowAnchor(_i2.String value) {
_i4.setProperty(
this,
'overflowAnchor',
value,
);
}