wrapBreakAll property
EnumValue
get
wrapBreakAll
Used a a value for TextBlock#wrap, the TextBlock will attempt to wrap at each character, allowing breaks within "words."
Implementation
static _i3.EnumValue get wrapBreakAll => _i4.getProperty(
_declaredTextBlock,
'WrapBreakAll',
);
set
wrapBreakAll
(EnumValue value)
Implementation
static set wrapBreakAll(_i3.EnumValue value) {
_i4.setProperty(
_declaredTextBlock,
'WrapBreakAll',
value,
);
}