|
|
|
@@ -155,4 +155,7 @@ public: |
|
|
|
|
|
|
|
/** Returns a copy of this object with a new order. */
|
|
|
|
FlexItem withOrder (int newOrder) const noexcept;
|
|
|
|
|
|
|
|
/** Returns a copy of this object with a new alignSelf value. */
|
|
|
|
FlexItem withAlignSelf (AlignSelf newAlignSelf) const noexcept;
|
|
|
|
};
|