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