isNegativeMarginChangeHSize property

bool get isNegativeMarginChangeHSize

Implementation

bool get isNegativeMarginChangeHSize {
  return renderStyle.width.isAuto && isMarginNegativeHorizontal();
}