formatNone property

EnumValue get formatNone

Used as a value for TextBlock#formatting: the TextBlock will not trim any whitespace at the start or end of each line of text. This can be useful if your text is preformatted.

Implementation

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

Implementation

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