layoutNone property

num layoutNone

This value may be used as the value of the Part#layoutConditions property to indicate that no operation on this Part causes invalidation of the Layout responsible for this Part.

Implementation

static _i2.num get layoutNone => _i4.getProperty(
      _declaredPart,
      'LayoutNone',
    );
void layoutNone=(num value)

Implementation

static set layoutNone(_i2.num value) {
  _i4.setProperty(
    _declaredPart,
    'LayoutNone',
    value,
  );
}