overflowClip property
EnumValue
get
overflowClip
Used as the default value for TextBlock#overflow: if the width is too small to display all text, the TextBlock will clip.
Implementation
static _i3.EnumValue get overflowClip => _i4.getProperty(
_declaredTextBlock,
'OverflowClip',
);
set
overflowClip
(EnumValue value)
Implementation
static set overflowClip(_i3.EnumValue value) {
_i4.setProperty(
_declaredTextBlock,
'OverflowClip',
value,
);
}