wrapDesiredSize property

EnumValue get wrapDesiredSize

Used as the default value for TextBlock#wrap, the TextBlock will wrap text and the width of the TextBlock will be the desiredSize's width, if any.

Implementation

static _i3.EnumValue get wrapDesiredSize => _i4.getProperty(
      _declaredTextBlock,
      'WrapDesiredSize',
    );
set wrapDesiredSize (EnumValue value)

Implementation

static set wrapDesiredSize(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTextBlock,
    'WrapDesiredSize',
    value,
  );
}